Select Scotland

Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.

Co je Select Scotland?

Select Scotland je rozšíření Chrome vyvinuté Sharper Web Development, a jeho hlavní funkcí je „Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Select Scotland

Stáhněte si soubory rozšíření Select Scotland 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í

                        If you’re a Scot and have felt frustrated at having to choose Great Britain or United Kingdom as your country, then this extension is for you. It helps prevent Scots from having to select incorrectly when filling out forms. The SelectScotland extension replaces UK, Great Britain and United Kingdom dropdown options text with Scotland.                    

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

Název Select Scotland Select Scotland
ID pghongkanjidkhdhhoiccokpbddbmenc
Oficiální URL https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc
Popis Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Velikost souboru 25.44 KB
Počet instalací 127
Aktuální Verze 1.0
Poslední Aktualizace 2020-08-23
Datum Vydání 2020-04-16
Hodnocení 1.33/5 Celkem 3 Hodnocení
Vývojář Sharper Web Development
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select Scotland",
    "version": "1.0",
    "description": "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "select_scotland.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/saltire16.png",
        "32": "images\/saltire32.png",
        "48": "images\/saltire48.png",
        "128": "images\/saltire128.png"
    },
    "manifest_version": 2
}