Button: History

Open the History Page with just one click.

Cos'è Button: History?

Button: History è un'estensione di Chrome sviluppata da https://browser-extensions.com, e la sua funzione principale è "Open the History Page with just one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Button: History

Scarica i file di estensione Button: History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Button: History Button: History
ID ilekfjhjjpfagaenbhgppaehhedekgbf
URL Ufficiale https://chromewebstore.google.com/detail/button-history/ilekfjhjjpfagaenbhgppaehhedekgbf
Descrizione Open the History Page with just one click.
Dimensione del File 13.53 KB
Conteggio Installazioni 515
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-04-21
Data di Pubblicazione 2016-04-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://browser-extensions.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://browser-extensions.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openHistoryPage__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}