Merge branch 'master' into prod
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
ef76621f79
5 changed files with 105 additions and 4 deletions
|
@ -25,6 +25,26 @@ About:
|
|||
Cette extension est assez simple et vous permet de cocher ou décocher toutes vos cases à cocher en même temps sans avoir à cliquer des dizaines de fois dessus.
|
||||
Un seul bouton et plus aucune case à cocher n'est cochée.
|
||||
|
||||
|
||||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/unchecker/oneclick
|
||||
Alt: La solution en un click de Unchecker.
|
||||
Content: |
|
||||
# Un clic pour les décocher tous
|
||||
La principale caractéristique de unchecker est son bouton principal (également appelé "action du navigateur") que vous pouvez utiliser directement depuis votre barre d'outils.
|
||||
Il peut être utilisé, en un seul clic, pour cocher ou décocher toutes les cases à cocher d'une page.
|
||||
- Type: text|image
|
||||
Image: en/unchecker/contextmenu
|
||||
Alt: Le menu contextuel de unchecker.
|
||||
Content: |
|
||||
# Plus puissant, clicker les tous.
|
||||
Bien que le bouton en un clic fonctionne dans la majorité des cas, vous pouvez rencontrer quelques sites Web qui n'utilisent pas de cases à cocher pour dire "non", mais plutôt des boutons "Non" dédiés.
|
||||
Dans ces cas, vous pouvez utiliser la solution la plus puissante d'unchecker : la fonction "Cliquer sur tous les boutons similaires".
|
||||
Vous pouvez l'utiliser en cliquant avec le bouton droit de la souris sur l'un des boutons "Non" et, dans le menu de la fonction Unchecker, en cliquant sur la fonction "Cliquer sur tous les boutons similaires".
|
||||
Elle peut être utilisée, en un seul clic, pour cocher ou décocher toutes les cases à cocher d'une page.
|
||||
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
- Title: Code source
|
||||
|
|
|
@ -6,7 +6,7 @@ layout: app
|
|||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
AppIndex: unchecker
|
||||
Background: linear-gradient(135deg, rgba(128,128,128,1) 10%, rgba(10,10,10,1) 90%)
|
||||
Background: linear-gradient(135deg, rgba(170,170,170,1) 10%, rgba(10,10,10,1) 90%)
|
||||
ShowPlatforms: true
|
||||
TextWhite: true
|
||||
Links:
|
||||
|
@ -25,6 +25,24 @@ About:
|
|||
This extension is rather simple and allows you to check or uncheck all your checkboxes at the same time without having to click dozens of times on them.
|
||||
One button and no more checkboxes ticked.
|
||||
|
||||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/unchecker/oneclick
|
||||
Alt: Unchecker one-click solution.
|
||||
Content: |
|
||||
# One click to uncheck them all
|
||||
The main feature of unchecker is it's main button (also called "browser action") that you can use directly from your toolbar.
|
||||
It can be used, with a single click to check, or uncheck all checkboxes from a page.
|
||||
- Type: text|image
|
||||
Image: en/unchecker/contextmenu
|
||||
Alt: Unchecker's context menu.
|
||||
Content: |
|
||||
# More powerful, click them all.
|
||||
While the one-click button works in the majority of cases, you might encounter a few times websites that do not use checkboxes as their mean to say "no", but instead uses dedicated "No" buttons.
|
||||
In these cases, you can use unchecker's more powerful solution: the "Click all similar buttons" feature.
|
||||
You can use it by right clicking one of the "No" buttons, and in the unchecker menu, clicking the "Click all similar buttons feature.
|
||||
It can be used, with a single click to check, or uncheck all checkboxes from a page.
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
- Title: Source code
|
||||
|
|
|
@ -1,4 +1,67 @@
|
|||
<svg width="20px" height="20px" version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m5 5c-2.77 0-5 2.23-5 5s2.23 5 5 5h10c2.77 0 5-2.23 5-5s-2.23-5-5-5h-10zm0 2h10c1.662 0 3 1.338 3 3s-1.338 3-3 3h-10c-1.662 0-3-1.338-3-3s1.338-3 3-3z" fill="#808080" fill-rule="evenodd" stroke-width="1.8898"/>
|
||||
<rect y="5" width="10" height="10" ry="5" fill="#808080" fill-rule="evenodd" stroke-width="2.0692"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20px"
|
||||
height="20px"
|
||||
version="1.1"
|
||||
viewBox="0 0 20 20"
|
||||
id="svg6"
|
||||
sodipodi:docname="unchecker.svg"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata12">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs10" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="748"
|
||||
inkscape:window-height="480"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="35.75"
|
||||
inkscape:cx="11.58909"
|
||||
inkscape:cy="10"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg6" />
|
||||
<path
|
||||
d="m5 5c-2.77 0-5 2.23-5 5s2.23 5 5 5h10c2.77 0 5-2.23 5-5s-2.23-5-5-5h-10zm0 2h10c1.662 0 3 1.338 3 3s-1.338 3-3 3h-10c-1.662 0-3-1.338-3-3s1.338-3 3-3z"
|
||||
fill="#808080"
|
||||
fill-rule="evenodd"
|
||||
stroke-width="1.8898"
|
||||
id="path2"
|
||||
style="fill:#4d4d4d" />
|
||||
<rect
|
||||
y="5"
|
||||
width="10"
|
||||
height="10"
|
||||
ry="5"
|
||||
fill="#808080"
|
||||
fill-rule="evenodd"
|
||||
stroke-width="2.0692"
|
||||
id="rect4"
|
||||
style="fill:#4d4d4d" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 125 KiB |
BIN
static/img/en/unchecker/oneclick.png
Normal file
BIN
static/img/en/unchecker/oneclick.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue