Select Scotland
Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
Select Scotland क्या है?
Select Scotland Sharper Web Development द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Select Scotland एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } |