Awesome View Source Button

Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.

Apa itu Awesome View Source Button?

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

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Awesome View Source Button

Unduh file ekstensi Awesome View Source 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

                        Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.                    

Informasi Dasar Ekstensi

Nama Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
URL Resmi https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
Deskripsi Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Ukuran File 34.1 KB
Jumlah Instalasi 960
Versi Saat Ini 1.2.0.0
Terakhir Diperbarui 2016-09-22
Tanggal Publikasi 2016-09-22
Penilaian 3.38/5 Total 13 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 View Source Button",
    "version": "1.2.0.0",
    "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.",
    "icons": {
        "16": "viewSource_16.png",
        "48": "viewSource_48.png",
        "128": "viewSource_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "viewSource_19.png",
        "default_title": "Awesome View Source Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}