Web2PttChrome

Open the PTT Web article in PttChrome.

Web2PttChrome क्या है?

Web2PttChrome Chuck Yang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the PTT Web article in PttChrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web2PttChrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}