看看鄉民怎麼說?

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

什麼是看看鄉民怎麼說??

看看鄉民怎麼說?是由http://ptt.rocks開發的Chrome擴展程式,該擴展的主要功能是“看新聞也要看重點,即時閱覽 PTT 掌握事件關鍵,不再被紛雜的爭吵淹沒。”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載看看鄉民怎麼說?擴展crx文件

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

擴展使用說明

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

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

擴展基本資訊

名稱 看看鄉民怎麼說? 看看鄉民怎麼說?
ID gdkkokghilkdmknohbaoimdnpladihfd
官方網址 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
簡介 看新聞也要看重點,即時閱覽 PTT 掌握事件關鍵,不再被紛雜的爭吵淹沒。
檔案大小 932 KB
安裝次數 983
目前版本 1.0.34
更新時間 2015-11-08
上架時間 2015-11-08
評分 4.59/5 共 27 次評分
開發者 http://ptt.rocks
付費類型 free
擴展官網 https://www.facebook.com/ptt.rocks
支援的語言 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
}