Select Scotland

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

Vad är Select Scotland?

Select Scotland är en Chrome-tillägg utvecklad av Sharper Web Development, och dess huvudfunktion är "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.".

Tilläggsskärmbilder

screenshot

Ladda ner Select Scotland-förlängningens CRX-fil

Ladda ner Select Scotland-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Select Scotland Select Scotland
ID pghongkanjidkhdhhoiccokpbddbmenc
Officiell webbadress https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc
Beskrivning Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Filstorlek 25.44 KB
Antal Installationer 127
Aktuell Version 1.0
Senast Uppdaterad 2020-08-23
Publiceringsdatum 2020-04-16
Betyg 1.33/5 Totalt 3 Betyg
Utvecklare Sharper Web Development
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}