Web2PttChrome

Open the PTT Web article in PttChrome.

什麼是Web2PttChrome?

Web2PttChrome是由Chuck Yang開發的Chrome擴展程式,該擴展的主要功能是“Open the PTT Web article in PttChrome.”。

擴展截圖

screenshot

下載Web2PttChrome擴展crx文件

下載Web2PttChrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Web2PttChrome Web2PttChrome
ID pjemnpgdmnlkkcpaddlnlegmdfpohnep
官方網址 https://chromewebstore.google.com/detail/web2pttchrome/pjemnpgdmnlkkcpaddlnlegmdfpohnep
簡介 Open the PTT Web article in PttChrome.
檔案大小 11.69 KB
安裝次數 20,000
目前版本 1.2
更新時間 2014-09-27
上架時間 2014-09-27
評分 4.22/5 共 58 次評分
開發者 Chuck Yang
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}