Button: History

Open the History Page with just one click.

Apa itu Button: History?

Button: History adalah ekstensi Chrome yang dikembangkan oleh https://browser-extensions.com, dan fitur utamanya adalah "Open the History Page with just one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Button: History

Unduh file ekstensi Button: History dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Button: History Button: History
ID ilekfjhjjpfagaenbhgppaehhedekgbf
URL Resmi https://chromewebstore.google.com/detail/button-history/ilekfjhjjpfagaenbhgppaehhedekgbf
Deskripsi Open the History Page with just one click.
Ukuran File 13.53 KB
Jumlah Instalasi 515
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-04-21
Tanggal Publikasi 2016-04-20
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://browser-extensions.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://browser-extensions.com/
Bahasa yang Didukung 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"
    ]
}