Chrome Blokk
Apply BLOKK font to all text nodes on a page
ما هو Chrome Blokk؟
Chrome Blokk هو إضافة Chrome تم تطويرها بواسطة Alexey Novichkov، والميزة الرئيسية لها هي "Apply BLOKK font to all text nodes on a page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Blokk
قم بتنزيل ملفات الامتداد Chrome Blokk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension uses BLOKK font (blokkfont.com) and apply it to all text nodes on page. Reload the page to reset changes. The font is already included in extension.
معلومات أساسية عن التمديد
الاسم | Chrome Blokk |
ID | gfoipkgfgoegmhnbhdhjljipfaeikggn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-blokk/gfoipkgfgoegmhnbhdhjljipfaeikggn |
الوصف | Apply BLOKK font to all text nodes on a page |
حجم الملف | 10.14 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 0.1.5 |
آخر تحديث | 2015-09-25 |
تاريخ النشر | 2015-09-25 |
المطور | Alexey Novichkov |
نوع الدفع | free |
موقع الإضافة | https://github.com/anovi/chrome-blokk |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "chrome blokk", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "fonts\/*.woff", "fonts\/*.eot", "fonts\/*.svg", "fonts\/*.ttf", "fonts\/*.css" ] } |