Instructables Default All Steps

Sets all instructables default to View All Steps [[email protected]]

ما هو Instructables Default All Steps؟

Instructables Default All Steps هو إضافة Chrome تم تطويرها بواسطة whizzzkid، والميزة الرئيسية لها هي "Sets all instructables default to View All Steps [[email protected]]".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Instructables Default All Steps

قم بتنزيل ملفات الامتداد Instructables Default All Steps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Going through all steps in instructables is irritating. The first thing I do when I start reading an instructable is find the "View All Steps" button and read all steps altogether.

This extension will automate that. This is blazing fast, and unlike other available extensions, it won't refresh your page. Instead it will by default take you to the all steps page for all instructables.

Fork Me: http://code.nishantarora.in/instructables-default-all-steps-chrome-extension

ChangeLog:
v0.1: Blazing Fast Build                    

معلومات أساسية عن التمديد

الاسم Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
عنوان URL الرسمي https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
الوصف Sets all instructables default to View All Steps [[email protected]]
حجم الملف 3.35 KB
عدد التثبيتات 138
النسخة الحالية 0.1
آخر تحديث 2014-03-21
تاريخ النشر 2014-03-21
تقييم 4.75/5 مجموع تقييمات 4
المطور whizzzkid
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instructables Default All Steps",
    "description": "Sets all instructables default to View All Steps [[email protected]]",
    "version": "0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.instructables.com\/id\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}