Upper Case Detector

Highlights all upper-cased text sections of the page

Upper Case Detector क्या है?

Upper Case Detector Cory Forsyth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights all upper-cased text sections of the page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Upper Case Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Upper Case Detector
ID feplblmlbcgokeooolefhnjekoedmeio
आधिकारिक URL 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
    }
}