Upper Case Detector

Highlights all upper-cased text sections of the page

Upper Case Detector là gì?

Upper Case Detector là một tiện ích mở rộng Chrome được phát triển bởi Cory Forsyth, và tính năng chính của nó là "Highlights all upper-cased text sections of the page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Upper Case Detector

Tải xuống các tệp mở rộng Upper Case Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Upper Case Detector Upper Case Detector
ID feplblmlbcgokeooolefhnjekoedmeio
URL Chính Thức https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio
Mô tả Highlights all upper-cased text sections of the page
Kích Thước Tệp 38.91 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-02-27
Ngày Phát Hành 2017-02-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Cory Forsyth
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://coryforsyth.com/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}