tachyons-x-ray
Browser extension for tachyons-debug
ما هو tachyons-x-ray؟
tachyons-x-ray هو إضافة Chrome تم تطويرها بواسطة https://tachyons.io، والميزة الرئيسية لها هي "Browser extension for tachyons-debug".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة tachyons-x-ray
قم بتنزيل ملفات الامتداد tachyons-x-ray بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
BETA Toggle a background grid on any webpage which can help you line elements up vertically and horizontally with each other. Sometimes across large amounts of whitespace it can be tough to see if things are aligned. The background grid comes in an 8px grid.920
معلومات أساسية عن التمديد
الاسم | tachyons-x-ray |
ID | lbepbkiknibiobnbanhggglkmpkbdiim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim |
الوصف | Browser extension for tachyons-debug |
حجم الملف | 32.03 KB |
عدد التثبيتات | 1,751 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2016-09-14 |
تاريخ النشر | 2016-09-14 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | https://tachyons.io |
نوع الدفع | free |
موقع الإضافة | http://tachyons.io/docs/debug-grid/ |
عنوان صفحة المساعدة | https://github.com/johnotander/tachyons-x-ray |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tachyons-x-ray", "description": "Browser extension for tachyons-debug", "version": "1.2.1", "background": { "persistent": false, "scripts": [ "index.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19x.png", "38": "icons\/icon38x.png" } }, "permissions": [ "activeTab" ] } |