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).
¿Qué es Advanced Forward Button?
Advanced Forward Button es una extensión de Chrome desarrollada por blak111, y su función principal es "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".
Descargar Archivo CRX de la Extensión Advanced Forward Button
Descarga archivos de extensión Advanced Forward Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
URL Oficial | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
Descripción | A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent). |
Tamaño del Archivo | 42.49 KB |
Cantidad de Instalaciones | 28 |
Versión Actual | 0.25 |
Última Actualización | 2012-07-15 |
Fecha de Publicación | 2012-07-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | blak111 |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |