Custom Chrome - Extension Manager
A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
Wat is Custom Chrome - Extension Manager?
Custom Chrome - Extension Manager is een Chrome-extensie ontwikkeld door Ciaran & Chris, en de belangrijkste functie is "A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Chrome - Extension Manager
Download Custom Chrome - Extension Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab.
Make useful profiles which can turn on/off multiple extensions with one click. Have one for shopping which activates discount finding extensions or a profile for web developers who can activate colour palettes, debuggers, browser reloaders etc. Basisinformatie over de Extensie
| Naam | |
| ID | balnpimdnhfiodmodckhkgneejophhhm |
| Officiële URL | https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm |
| Beschrijving | A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab |
| Bestandsgrootte | 2.17 MB |
| Aantal Installaties | 30,000 |
| Huidige Versie | 1.45 |
| Laatst Bijgewerkt | 2020-02-21 |
| Publicatiedatum | 2020-02-21 |
| Beoordeling | 4.47/5 Totaal 180 Beoordelingen |
| Ontwikkelaar | Ciaran & Chris |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Custom Chrome - Extension Manager",
"author": "Ciaran & Chris",
"description": "A beautiful Google Chrome extension manager to turn on\/off other extensions quickly and easily without leaving your current tab",
"version": "1.45",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
"permissions": [
"storage",
"management"
],
"icons": {
"16": "images\/googleCog16.png",
"48": "images\/googleCog48.png",
"128": "images\/googleCog128.png"
},
"browser_action": {
"default_icon": "images\/googleCog128.png",
"default_popup": "popup.html"
},
"short_name": "Custom Chrome"
} | |