Awesome History Button

Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.

¿Qué es Awesome History Button?

Awesome History Button es una extensión de Chrome desarrollada por https://upway2late.com, y su función principal es "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Awesome History Button

Descarga archivos de extensión Awesome History 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

                        It is a shortcut button to open the Chrome history page.                    

Información Básica de la Extensión

Nombre Awesome History Button Awesome History Button
ID cjifeclbknmlhapifaiaocfcbahinlji
URL Oficial https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji
Descripción Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
Tamaño del Archivo 35.42 KB
Cantidad de Instalaciones 816
Versión Actual 1.2.0.0
Última Actualización 2020-12-08
Fecha de Publicación 2016-09-22
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador https://upway2late.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.upway2late.com/projects/buttons-project
URL de la Página de Ayuda http://www.upway2late.com/projects/buttons-project
URL de la Página de Política de Privacidad http://www.upway2late.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome History Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.",
    "icons": {
        "16": "history_16.png",
        "48": "history_48.png",
        "128": "history_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "history_19.png",
        "default_title": "Awesome History Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}