Plugin Switcher

Quick way to toggle plugins

Wat is Plugin Switcher?

Plugin Switcher is een Chrome-extensie ontwikkeld door STILL RTC, en de belangrijkste functie is "Quick way to toggle plugins".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Plugin Switcher

Download Plugin Switcher-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

                        Enable and disable installed plugins (extensions, themes, apps) in one click.
Customizable quick access list.
Minimalistic and lightweight.                    

Basisinformatie over de Extensie

Naam Plugin Switcher Plugin Switcher
ID ngmjkoiifpckgooagkppjafdjfkjimfj
Officiële URL https://chromewebstore.google.com/detail/plugin-switcher/ngmjkoiifpckgooagkppjafdjfkjimfj
Beschrijving Quick way to toggle plugins
Bestandsgrootte 8.73 KB
Aantal Installaties 25
Huidige Versie 1.1
Laatst Bijgewerkt 2020-11-19
Publicatiedatum 2018-05-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar STILL RTC
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plugin Switcher",
    "short_name": "__MSG_shortName__",
    "version": "1.1",
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_title": "__MSG_tooltip__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "33",
    "permissions": [
        "management",
        "storage"
    ]
}