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
公式URL 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
Eメール [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
}