Instructables+
Automatically shows all steps for Instructables
ما هو Instructables+؟
Instructables+ هو إضافة Chrome تم تطويرها بواسطة Chris C، والميزة الرئيسية لها هي "Automatically shows all steps for Instructables".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instructables+
قم بتنزيل ملفات الامتداد Instructables+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin was designed to redirect your browser to the page that shows all steps for an Instructable!
معلومات أساسية عن التمديد
الاسم | |
ID | aahehhoaebjhnmploicennmcopefepii |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/instructables+/aahehhoaebjhnmploicennmcopefepii |
الوصف | Automatically shows all steps for Instructables |
حجم الملف | 261 KB |
عدد التثبيتات | 104 |
النسخة الحالية | 0.1.2.0 |
آخر تحديث | 2016-12-29 |
تاريخ النشر | 2016-12-29 |
تقييم | 3.67/5 مجموع تقييمات 6 |
المطور | Chris C |
نوع الدفع | free |
موقع الإضافة | http://chriscarini.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instructables+", "manifest_version": 2, "description": "Automatically shows all steps for Instructables", "version": "0.1.2.0", "content_scripts": [ { "js": [ "Instructables.js" ], "matches": [ "http:\/\/www.instructables.com\/id*" ] } ], "icons": { "128": "icon128.png", "48": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js ; object-src 'self'", "options_page": "options.html", "background": { "scripts": [ "background.js" ] } } |