1-Click Extension Manager
Manage Chrome extension at the tip of your finger, with just 1-click.
Hvad er 1-Click Extension Manager?
1-Click Extension Manager er en Chrome-udvidelse udviklet af milan.chheda, og dens hovedfunktion er "Manage Chrome extension at the tip of your finger, with just 1-click.".
Udvidelsesskærmbilleder
Download 1-Click Extension Manager-udvidelses-CRX-fil
Download 1-Click Extension Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple menu to enable, disable and access options of extensions in 1-click.
Features included:
- Enable/disable an extension in 1-click
- Access options of an extension in 1-click
- Uninstall an extension in 1-click
- A handy search box that you can use to quickly find the extension you need to turn on or off.
- No Ads
- Simple, fast, and no background scripts
- Keep your browser fast by disabling extensions that you won't use right away with just 1-click.
For bugs, feedback, and suggestions, write to [email protected] Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ohajmcdpjokbdoihfhkpbmlmknejmoec |
| Officiel URL | https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec |
| Beskrivelse | Manage Chrome extension at the tip of your finger, with just 1-click. |
| Filstørrelse | 41.46 KB |
| Antal Installationer | 2,431 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2016-06-18 |
| Udgivelsesdato | 2016-06-17 |
| Bedømmelse | 3.56/5 Samlet 25 Bedømmelser |
| Udvikler | milan.chheda |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "1-Click Extension Manager",
"description": "Manage Chrome extension at the tip of your finger, with just 1-click.",
"version": "1.0",
"manifest_version": 2,
"icons": {
"128": "logo.png",
"16": "logo.png"
},
"permissions": [
"management"
],
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
}
} | |