Select Scotland
Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
What is Select Scotland?
Select Scotland is a Chrome extension developed by Sharper Web Development, and its main feature is "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.".
Extension Screenshots
Download Select Scotland Extension CRX File
Download Select Scotland extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pghongkanjidkhdhhoiccokpbddbmenc |
Official URL | https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc |
Description | Replaces UK, Great Britain and United Kingdom dropdown options with Scotland. |
File Size | 25.44 KB |
Installation Count | 127 |
Current Version | 1.0 |
Last Updated | 2020-08-23 |
Publish Date | 2020-04-16 |
Rating | 1.33/5 Total 3 Ratings |
Developer | Sharper Web Development |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |