看看鄉民怎麼說?

看新聞也要看重點,即時閱覽 PTT 掌握事件關鍵,不再被紛雜的爭吵淹沒。

O que é 看看鄉民怎麼說??

看看鄉民怎麼說? é uma extensão do Chrome desenvolvida por http://ptt.rocks, e sua principal característica é "看新聞也要看重點,即時閱覽 PTT 掌握事件關鍵,不再被紛雜的爭吵淹沒。".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 看看鄉民怎麼說?

Baixe arquivos de extensão 看看鄉民怎麼說? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        產品特色:
• 不必登入 PTT!
• 讀新聞,同時也讀 PTT!
• 提供 PTT 的即時觀點、多方事實與論述
• 是目前最方便、最有效率的套件!
• [相關文章]功能,提供各種角度觀點
• [精選文章]功能,讓你迅速掌握關鍵

目前支援新聞網站列表:
 ✔ Yahoo 新聞 (Yahoo News)
 ✔ 蘋果日報 (Apple Daily)
 ✔ 聯合新聞網 (UDN)
 ✔ 今日新聞 (NOW News)
 ✔ 自由時報 (Liberty Times Net)
 ✔ 中時電子報 (China Times)
 ✔ 東森新聞雲 (ETtoday)
 ✔ 風傳媒 (Storm)
 ✔ 民報 (Peoplenews)
 ✔ 新頭殼 (Newtalk)
 ✔ 民眾新聞網(Mypeople)                    

Informações Básicas da Extensão

Nome 看看鄉民怎麼說? 看看鄉民怎麼說?
ID gdkkokghilkdmknohbaoimdnpladihfd
URL Oficial https://chrome.google.com/webstore/detail/%E7%9C%8B%E7%9C%8B%E9%84%89%E6%B0%91%E6%80%8E%E9%BA%BC%E8%AA%AA/gdkkokghilkdmknohbaoimdnpladihfd
Descrição 看新聞也要看重點,即時閱覽 PTT 掌握事件關鍵,不再被紛雜的爭吵淹沒。
Tamanho do Arquivo 932 KB
Contagem de Instalações 983
Versão Atual 1.0.34
Última Atualização 2015-11-08
Data de Publicação 2015-11-08
Classificação 4.59/5 Total de 27 Avaliações
Desenvolvedor http://ptt.rocks
Tipo de Pagamento free
Site da Extensão https://www.facebook.com/ptt.rocks
Idiomas Suportados zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u770b\u770b\u9109\u6c11\u600e\u9ebc\u8aaa?",
    "version": "1.0.34",
    "description": "\u770b\u65b0\u805e\u4e5f\u8981\u770b\u91cd\u9ede\uff0c\u5373\u6642\u95b1\u89bd PTT \u638c\u63e1\u4e8b\u4ef6\u95dc\u9375\uff0c\u4e0d\u518d\u88ab\u7d1b\u96dc\u7684\u722d\u5435\u6df9\u6c92\u3002",
    "icons": {
        "16": "triplec-16.png",
        "48": "triplec-48.png",
        "128": "triplec-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tw.news.yahoo.com\/*.html*",
                "https:\/\/tw.news.yahoo.com\/*.html*",
                "http:\/\/www.nownews.com\/n\/*",
                "https:\/\/www.nownews.com\/n\/*",
                "http:\/\/*.chinatimes.com\/realtimenews\/*",
                "https:\/\/*.chinatimes.com\/realtimenews\/*",
                "http:\/\/www.chinatimes.com\/newspapers\/*",
                "https:\/\/www.chinatimes.com\/newspapers\/*",
                "http:\/\/udn.com\/news\/*\/*\/*",
                "https:\/\/udn.com\/news\/*\/*\/*",
                "http:\/\/udn.com\/NEWS\/*\/*\/*",
                "https:\/\/udn.com\/NEWS\/*\/*\/*",
                "http:\/\/news.ltn.com.tw\/news\/*",
                "https:\/\/news.ltn.com.tw\/news\/*",
                "http:\/\/*.appledaily.com.tw\/*\/article\/*",
                "https:\/\/*.appledaily.com.tw\/*\/article\/*",
                "http:\/\/*.ettoday.net\/news\/*\/*.htm*",
                "https:\/\/*.ettoday.net\/news\/*\/*.htm*",
                "*:\/\/www.ptt.rocks\/share\/*",
                "*:\/\/www.storm.mg\/article\/*\/*\/*",
                "*:\/\/www.storm.mg\/article\/*",
                "*:\/\/www.peoplenews.tw\/news\/*",
                "*:\/\/newtalk.tw\/news\/*",
                "*:\/\/www.mypeople.tw\/*",
                "*:\/\/www.cna.com.tw\/*\/*\/*\/*.aspx",
                "*:\/\/www.cna.com.tw\/*\/*\/*.aspx",
                "*:\/\/news.rti.org.tw\/news\/detail\/*"
            ],
            "exclude_globs": [
                "*:\/\/www.mypeople.tw\/category\/news\/*"
            ],
            "web_accessible_resources": [
                "assets\/images\/*",
                "assets\/fonts\/*"
            ],
            "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src https:\/\/connect.facebook.net; http:\/\/connect.facebook.net;",
            "css": [
                "semantic.css",
                "plugin.css",
                "bbs.css"
            ],
            "js": [
                "ga.js",
                "jquery-2.1.3.min.js",
                "jquery.mousewheel.js",
                "jquery.later.js",
                "semantic.js",
                "moment-with-langs.min.js",
                "URI.js",
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}