Upper Case Detector
Highlights all upper-cased text sections of the page
Wat is Upper Case Detector?
Upper Case Detector is een Chrome-extensie ontwikkeld door Cory Forsyth, en de belangrijkste functie is "Highlights all upper-cased text sections of the page".
Extensie Screenshots
Download het CRX-bestand van de extensie Upper Case Detector
Download Upper Case Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | feplblmlbcgokeooolefhnjekoedmeio |
| Officiële URL | https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio |
| Beschrijving | Highlights all upper-cased text sections of the page |
| Bestandsgrootte | 38.91 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2017-02-27 |
| Publicatiedatum | 2017-02-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Cory Forsyth |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://coryforsyth.com/ |
| Ondersteunde Talen | 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
}
} | |