Web2PttChrome

Open the PTT Web article in PttChrome.

Web2PttChrome là gì?

Web2PttChrome là một tiện ích mở rộng Chrome được phát triển bởi Chuck Yang, và tính năng chính của nó là "Open the PTT Web article in PttChrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web2PttChrome

Tải xuống các tệp mở rộng Web2PttChrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web2PttChrome Web2PttChrome
ID pjemnpgdmnlkkcpaddlnlegmdfpohnep
URL Chính Thức https://chromewebstore.google.com/detail/web2pttchrome/pjemnpgdmnlkkcpaddlnlegmdfpohnep
Mô tả Open the PTT Web article in PttChrome.
Kích Thước Tệp 11.69 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-09-27
Ngày Phát Hành 2014-09-27
Đánh Giá 4.22/5 Tổng số 58 Đánh Giá
Nhà Phát Triển Chuck Yang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}