Upper Case Detector
Highlights all upper-cased text sections of the page
ما هو Upper Case Detector؟
Upper Case Detector هو إضافة Chrome تم تطويرها بواسطة Cory Forsyth، والميزة الرئيسية لها هي "Highlights all upper-cased text sections of the page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Upper Case Detector
قم بتنزيل ملفات الامتداد Upper Case Detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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
}
} | |