Select Scotland
Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.
O que é Select Scotland?
Select Scotland é uma extensão do Chrome desenvolvida por Sharper Web Development, e sua principal característica é "Replaces UK, Great Britain and United Kingdom dropdown options with Scotland.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Select Scotland
Baixe arquivos de extensão Select Scotland no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pghongkanjidkhdhhoiccokpbddbmenc |
URL Oficial | https://chrome.google.com/webstore/detail/select-scotland/pghongkanjidkhdhhoiccokpbddbmenc |
Descrição | Replaces UK, Great Britain and United Kingdom dropdown options with Scotland. |
Tamanho do Arquivo | 25.44 KB |
Contagem de Instalações | 127 |
Versão Atual | 1.0 |
Última Atualização | 2020-08-23 |
Data de Publicação | 2020-04-16 |
Classificação | 1.33/5 Total de 3 Avaliações |
Desenvolvedor | Sharper Web Development |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |