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 |
官方URL | 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" ] } |