Web2PttChrome

Open the PTT Web article in PttChrome.

Apa itu Web2PttChrome?

Web2PttChrome adalah ekstensi Chrome yang dikembangkan oleh Chuck Yang, dan fitur utamanya adalah "Open the PTT Web article in PttChrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web2PttChrome

Unduh file ekstensi Web2PttChrome 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

                        This is an extension for PttChrome.

Users who has PttChrome installed and read articles on PTT Web (www.ptt.cc/bbs/) site can click on the page action at the far right side of the omnibox to redirect to the article with PttChrome. In addition, user can also go to the article in the context menu when right clicked on the URL.

New in 1.2:
- fixing bugs.                    

Informasi Dasar Ekstensi

Nama Web2PttChrome Web2PttChrome
ID pjemnpgdmnlkkcpaddlnlegmdfpohnep
URL Resmi https://chromewebstore.google.com/detail/web2pttchrome/pjemnpgdmnlkkcpaddlnlegmdfpohnep
Deskripsi Open the PTT Web article in PttChrome.
Ukuran File 11.69 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-09-27
Tanggal Publikasi 2014-09-27
Penilaian 4.22/5 Total 58 Penilaian
Pengembang Chuck Yang
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web2PttChrome",
    "version": "1.2",
    "description": "Open the PTT Web article in PttChrome.",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "default_locale": "en_US",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ptt.cc\/bbs\/*",
                "*:\/\/iamchucky.github.io\/PttChrome\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "page_action": {
        "default_name": "Open in PttChrome",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "manifest_version": 2
}