Select Scotland
Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Select Scotland là gì?
Select Scotland là một tiện ích mở rộng Chrome được phát triển bởi Sharper Web Development, và tính năng chính của nó là "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Select Scotland
Tải xuống các tệp mở rộng Select Scotland dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pghongkanjidkhdhhoiccokpbddbmenc |
URL Chính Thức | https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc |
Mô tả | Replaces UK, Great Britain and United Kingdom dropdown options with Scotland. |
Kích Thước Tệp | 25.44 KB |
Số Lần Cài Đặt | 127 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-08-23 |
Ngày Phát Hành | 2020-04-16 |
Đánh Giá | 1.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Sharper Web Development |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |