Upper Case Detector
Highlights all upper-cased text sections of the page
Upper Case Detector란 무엇입니까?
Upper Case Detector은(는) Cory Forsyth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights all upper-cased text sections of the page"입니다.
확장 프로그램 스크린샷
Upper Case Detector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Visually highlight parts of the page that are all UPPER CASE text. This is useful as a design tool for getting a sense of the visual weight of various parts of the page.
확장 프로그램 기본 정보
이름 | Upper Case Detector |
ID | feplblmlbcgokeooolefhnjekoedmeio |
공식 URL | https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio |
설명 | Highlights all upper-cased text sections of the page |
파일 크기 | 38.91 KB |
설치 횟수 | 19 |
현재 버전 | 1.5 |
최근 업데이트 | 2017-02-27 |
출시 날짜 | 2017-02-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Cory Forsyth |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://coryforsyth.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upper Case Detector", "short_name": "Upper Case Detector", "manifest_version": 2, "version": "1.5", "description": "Highlights all upper-cased text sections of the page", "author": "Cory Forsyth", "icons": { "128": "icon-128.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "19": "icon-19.png" }, "browser_action": { "default_title": "Upper Case Detector", "default_icon": { "128": "icon-128.png", "48": "icon-48.png", "64": "icon-64.png", "32": "icon-32.png", "19": "icon-19.png" } }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persisent": false } } |