WireFont
A tool for replacing text on a webpage with a wireframe like font
ما هو WireFont؟
WireFont هو إضافة Chrome تم تطويرها بواسطة john.curtis، والميزة الرئيسية لها هي "A tool for replacing text on a webpage with a wireframe like font".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WireFont
قم بتنزيل ملفات الامتداد WireFont بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple plugin to change the font on the screen to several wireframe like fonts. This makes it easy to change browser designs in to wireframe concepts. Font source: https://github.com/christiannaths/Redacted-Font
معلومات أساسية عن التمديد
الاسم | |
ID | pbmfcgcjbkjiklcblffbebcndlelgabi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi |
الوصف | A tool for replacing text on a webpage with a wireframe like font |
حجم الملف | 113 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2015-02-03 |
تاريخ النشر | 2015-02-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | john.curtis |
نوع الدفع | free |
موقع الإضافة | http://quotient.net |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WireFont", "version": "0.0.4", "manifest_version": 2, "description": "A tool for replacing text on a webpage with a wireframe like font", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "fonts\/*" ], "browser_action": { "default_icon": { "19": "icons\/icon19.png", "48": "icons\/icon48.png" }, "default_title": "FontFix", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ] } |