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."입니다.
확장 프로그램 스크린샷
Select Scotland 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |