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 |
官方網址 | 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 |
電子郵箱 | [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 } |