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]]”。
擴展截圖
下載Instructables Default All Steps擴展crx文件
下載Instructables Default All Steps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | oeeoefddkogaamghjjoelcgmellpacid |
官方網址 | 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" ] } } |