Upper Case Detector
Highlights all upper-cased text sections of the page
Co je Upper Case Detector?
Upper Case Detector je rozšíření Chrome vyvinuté Cory Forsyth, a jeho hlavní funkcí je „Highlights all upper-cased text sections of the page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Upper Case Detector
Stáhněte si soubory rozšíření Upper Case Detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Upper Case Detector |
ID | feplblmlbcgokeooolefhnjekoedmeio |
Oficiální URL | https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio |
Popis | Highlights all upper-cased text sections of the page |
Velikost souboru | 38.91 KB |
Počet instalací | 19 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2017-02-27 |
Datum Vydání | 2017-02-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Cory Forsyth |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://coryforsyth.com/ |
Podporované Jazyky | 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 } } |