Upper Case Detector
Highlights all upper-cased text sections of the page
Was ist Upper Case Detector?
Upper Case Detector ist eine Chrome-Erweiterung, die von Cory Forsyth entwickelt wurde, und ihr Hauptmerkmal ist "Highlights all upper-cased text sections of the page".
Erweiterungsscreenshots
Upper Case Detector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Upper Case Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | feplblmlbcgokeooolefhnjekoedmeio |
| Offizielle URL | https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio |
| Beschreibung | Highlights all upper-cased text sections of the page |
| Dateigröße | 38.91 KB |
| Installationsanzahl | 19 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2017-02-27 |
| Veröffentlichungsdatum | 2017-02-27 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Cory Forsyth |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://coryforsyth.com/ |
| Unterstützte Sprachen | 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
}
} | |