Awesome Options Button

Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.

Co je Awesome Options Button?

Awesome Options Button je rozšíření Chrome vyvinuté https://upway2late.com, a jeho hlavní funkcí je „Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Awesome Options Button

Stáhněte si soubory rozšíření Awesome Options Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        It is a shortcut button to open the Chrome options page.                    

Základní Informace o Rozšíření

Název Awesome Options Button Awesome Options Button
ID plbcofniomdgojippejpigepjbclnadg
Oficiální URL https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg
Popis Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
Velikost souboru 33.66 KB
Počet instalací 63
Aktuální Verze 1.2.0.0
Poslední Aktualizace 2020-12-08
Datum Vydání 2016-09-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://upway2late.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.upway2late.com/projects/buttons-project
URL Stránky Nápovědy http://www.upway2late.com/projects/buttons-project
URL Stránky Zásad Ochrany Soukromí http://www.upway2late.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Options Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.",
    "icons": {
        "16": "options_16.png",
        "48": "options_48.png",
        "128": "options_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "options_19.png",
        "default_title": "Awesome Options Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}