Select Scotland
Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Apa itu Select Scotland?
Select Scotland adalah ekstensi Chrome yang dikembangkan oleh Sharper Web Development, dan fitur utamanya adalah "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Select Scotland
Unduh file ekstensi Select Scotland dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pghongkanjidkhdhhoiccokpbddbmenc |
URL Resmi | https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc |
Deskripsi | Replaces UK, Great Britain and United Kingdom dropdown options with Scotland. |
Ukuran File | 25.44 KB |
Jumlah Instalasi | 127 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-08-23 |
Tanggal Publikasi | 2020-04-16 |
Penilaian | 1.33/5 Total 3 Penilaian |
Pengembang | Sharper Web Development |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |