Select Scotland
Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Select Scotlandとは何ですか?
Select ScotlandはSharper Web Developmentによって開発されたChromeの拡張機能で、その主な機能は「Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.」です。
拡張機能のスクリーンショット
Select Scotland拡張機能のCRXファイルをダウンロード
Select Scotland拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | pghongkanjidkhdhhoiccokpbddbmenc |
公式URL | https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc |
説明 | Replaces UK, Great Britain and United Kingdom dropdown options with Scotland. |
ファイルサイズ | 25.44 KB |
インストール数 | 127 |
現在のバージョン | 1.0 |
最終更新日 | 2020-08-23 |
公開日 | 2020-04-16 |
評価 | 1.33/5 合計 3 レビュー |
開発者 | Sharper Web Development |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |