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.

Apa itu Awesome History Button?

Awesome History Button adalah ekstensi Chrome yang dikembangkan oleh https://upway2late.com, dan fitur utamanya adalah "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Awesome History Button

Unduh file ekstensi Awesome History Button 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

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

Informasi Dasar Ekstensi

Nama Awesome History Button Awesome History Button
ID cjifeclbknmlhapifaiaocfcbahinlji
URL Resmi https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji
Deskripsi Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
Ukuran File 35.42 KB
Jumlah Instalasi 816
Versi Saat Ini 1.2.0.0
Terakhir Diperbarui 2020-12-08
Tanggal Publikasi 2016-09-22
Penilaian 4.67/5 Total 3 Penilaian
Pengembang https://upway2late.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.upway2late.com/projects/buttons-project
URL Halaman Bantuan http://www.upway2late.com/projects/buttons-project
URL Halaman Kebijakan Privasi http://www.upway2late.com
Bahasa yang Didukung 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
}