Select Scotland

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

Was ist Select Scotland?

Select Scotland ist eine Chrome-Erweiterung, die von Sharper Web Development entwickelt wurde, und ihr Hauptmerkmal ist "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.".

Erweiterungsscreenshots

screenshot

Select Scotland-Erweiterungs-CRX-Datei herunterladen

Laden Sie Select Scotland-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Select Scotland Select Scotland
ID pghongkanjidkhdhhoiccokpbddbmenc
Offizielle URL https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc
Beschreibung Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Dateigröße 25.44 KB
Installationsanzahl 127
Aktuelle Version 1.0
Letztes Update 2020-08-23
Veröffentlichungsdatum 2020-04-16
Bewertung 1.33/5 Insgesamt 3 Bewertungen
Entwickler Sharper Web Development
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}