Awesome Options Button

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

Apa itu Awesome Options Button?

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

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Awesome Options Button

Unduh file ekstensi Awesome Options 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 options page.                    

Informasi Dasar Ekstensi

Nama Awesome Options Button Awesome Options Button
ID plbcofniomdgojippejpigepjbclnadg
URL Resmi https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg
Deskripsi Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
Ukuran File 33.66 KB
Jumlah Instalasi 63
Versi Saat Ini 1.2.0.0
Terakhir Diperbarui 2020-12-08
Tanggal Publikasi 2016-09-22
Penilaian 5.00/5 Total 1 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 Options Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.",
    "icons": {
        "16": "options_16.png",
        "48": "options_48.png",
        "128": "options_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "options_19.png",
        "default_title": "Awesome Options Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}