Instructables Default All Steps

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

Instructables Default All Steps란 무엇입니까?

Instructables Default All Steps은(는) whizzzkid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets all instructables default to View All Steps [[email protected]]"입니다.

확장 프로그램 스크린샷

screenshot

Instructables Default All Steps 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}