Select Scotland
Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Qu'est-ce que Select Scotland ?
Select Scotland est une extension Chrome développée par Sharper Web Development, et sa fonction principale est "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Select Scotland
Téléchargez les fichiers d'extension Select Scotland au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pghongkanjidkhdhhoiccokpbddbmenc |
URL Officiel | https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc |
Description | Replaces UK, Great Britain and United Kingdom dropdown options with Scotland. |
Taille du Fichier | 25.44 KB |
Nombre d'Installations | 127 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-23 |
Date de Publication | 2020-04-16 |
Évaluation | 1.33/5 Total 3 Évaluations |
Développeur | Sharper Web Development |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |