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文件
下載Upper Case Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } } |