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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Select Scotland Select 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
电子邮箱 [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
}