Advanced Forward Button
A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
什麼是Advanced Forward Button?
Advanced Forward Button是由blak111開發的Chrome擴展程式,該擴展的主要功能是“A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).”。
下載Advanced Forward Button擴展crx文件
下載Advanced Forward Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.
擴展基本資訊
名稱 | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
官方網址 | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
簡介 | A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent). |
檔案大小 | 42.49 KB |
安裝次數 | 28 |
目前版本 | 0.25 |
更新時間 | 2012-07-15 |
上架時間 | 2012-07-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | blak111 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced Forward Button", "version": "0.25", "manifest_version": 2, "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).", "browser_action": { "default_icon": "forwardmulti.png", "default_popup": "popup.html" }, "background": { "scripts": [ "advanced-forward.js" ] }, "icons": { "16": "forwardmulti.png", "48": "forwardmulti.png", "128": "forwardmulti.png" }, "permissions": [ "tabs" ] } |