Getter
Automatically find fonts, colors and more on any page!
ما هو Getter؟
Getter هو إضافة Chrome تم تطويرها بواسطة abdevelops، والميزة الرئيسية لها هي "Automatically find fonts, colors and more on any page!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Getter
قم بتنزيل ملفات الامتداد Getter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever wanted to know what fonts, colors or other css is being used on a page? Wonder no more, with this extension you can now see fonts, colors, and background colors on the page. More CSS attributes coming soon!
معلومات أساسية عن التمديد
الاسم | Getter |
ID | nkgabfmcijbajgobbeloaobhbhpacnim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim |
الوصف | Automatically find fonts, colors and more on any page! |
حجم الملف | 10.33 MB |
عدد التثبيتات | 91 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2021-01-11 |
تاريخ النشر | 2021-01-09 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | abdevelops |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Getter", "version": "1.1.0", "description": "Automatically find fonts, colors and more on any page!", "permissions": [ "tabs", "activeTab", "declarativeContent", "webNavigation", "storage", "downloads", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": ".\/options\/options.html", "page_action": { "default_title": "Getter", "default_popup": ".\/popup\/popup.html", "default_icon": { "16": "images\/CSS-Getter-Icon-16px.png", "32": "images\/CSS-Getter-Icon-32px.png", "48": "images\/CSS-Getter-Icon-48px.png", "128": "images\/CSS-Getter-Icon-128px.png" } }, "icons": { "16": "images\/CSS-Getter-Icon-16px.png", "32": "images\/CSS-Getter-Icon-32px.png", "48": "images\/CSS-Getter-Icon-48px.png", "128": "images\/CSS-Getter-Icon-128px.png" }, "manifest_version": 2 } |