Focus: Batch Open & Close Websites

This extension opens predefined websites on click, and closes non-listed domains on double-click.

Cos'è Focus: Batch Open & Close Websites?

Focus: Batch Open & Close Websites è un'estensione di Chrome sviluppata da Ke Fang, e la sua funzione principale è "This extension opens predefined websites on click, and closes non-listed domains on double-click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Focus: Batch Open & Close Websites

Scarica i file di estensione Focus: Batch Open & Close Websites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        One click: Open all predefined websites.
Double click: Close all listed websites and sub-domains.                    

Informazioni di Base sull'Estensione

Nome Focus: Batch Open & Close Websites Focus: Batch Open & Close Websites
ID ognammebbnhnkdnbndjgphgglepkaaka
URL Ufficiale https://chromewebstore.google.com/detail/focus-batch-open-close-we/ognammebbnhnkdnbndjgphgglepkaaka
Descrizione This extension opens predefined websites on click, and closes non-listed domains on double-click.
Dimensione del File 40 KB
Conteggio Installazioni 65
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-08-03
Data di Pubblicazione 2023-07-30
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Ke Fang
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/immazzystar
Lingue Supportate en,fr,nl,es,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.1",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*\/messages.json"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": false
        }
    ]
}