Select Scotland

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

Cos'è Select Scotland?

Select Scotland è un'estensione di Chrome sviluppata da Sharper Web Development, e la sua funzione principale è "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Select Scotland

Scarica i file di estensione Select Scotland 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Select Scotland Select Scotland
ID pghongkanjidkhdhhoiccokpbddbmenc
URL Ufficiale https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc
Descrizione Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Dimensione del File 25.44 KB
Conteggio Installazioni 127
Versione Corrente 1.0
Ultimo Aggiornamento 2020-08-23
Data di Pubblicazione 2020-04-16
Valutazione 1.33/5 Totale 3 Valutazioni
Sviluppatore Sharper Web Development
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}