Upper Case Detector

Highlights all upper-cased text sections of the page

Qu'est-ce que Upper Case Detector ?

Upper Case Detector est une extension Chrome développée par Cory Forsyth, et sa fonction principale est "Highlights all upper-cased text sections of the page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Upper Case Detector

Téléchargez les fichiers d'extension Upper Case Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Upper Case Detector Upper Case Detector
ID feplblmlbcgokeooolefhnjekoedmeio
URL Officiel https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio
Description Highlights all upper-cased text sections of the page
Taille du Fichier 38.91 KB
Nombre d'Installations 19
Version Actuelle 1.5
Dernière Mise à Jour 2017-02-27
Date de Publication 2017-02-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Cory Forsyth
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://coryforsyth.com/
Langues Prises en Charge 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
    }
}