Upper Case Detector
Highlights all upper-cased text sections of the page
Apa itu Upper Case Detector?
Upper Case Detector adalah ekstensi Chrome yang dikembangkan oleh Cory Forsyth, dan fitur utamanya adalah "Highlights all upper-cased text sections of the page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Upper Case Detector
Unduh file ekstensi Upper Case Detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Upper Case Detector |
ID | feplblmlbcgokeooolefhnjekoedmeio |
URL Resmi | https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio |
Deskripsi | Highlights all upper-cased text sections of the page |
Ukuran File | 38.91 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2017-02-27 |
Tanggal Publikasi | 2017-02-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Cory Forsyth |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://coryforsyth.com/ |
Bahasa yang Didukung | 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 } } |