Toggle Comments for reddit

Show and hide comments directly on the home page of reddit!

什麼是Toggle Comments for reddit?

Toggle Comments for reddit是由eet6646開發的Chrome擴展程式,該擴展的主要功能是“Show and hide comments directly on the home page of reddit!”。

擴展截圖

screenshot

下載Toggle Comments for reddit擴展crx文件

下載Toggle Comments for reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you find it annoying to open a new tab/page to view user comments?

This extension allows you to show entire comment blocks from a post, on the same page. No need to open a new tab or even leave the page! View the post's comments on the same page, right under the post's title.

No new tabs, no new pages, saving you precious reddit'ing time.

Open Source!
============
http://goo.gl/HuNxI0                    

擴展基本資訊

名稱 Toggle Comments for reddit Toggle Comments for reddit
ID ooghofdlbfogobekpijdpogbdjilnmoh
官方網址 https://chromewebstore.google.com/detail/toggle-comments-for-reddi/ooghofdlbfogobekpijdpogbdjilnmoh
簡介 Show and hide comments directly on the home page of reddit!
檔案大小 90.52 KB
安裝次數 39
目前版本 0.0.5
更新時間 2017-04-21
上架時間 2017-04-20
評分 5.00/5 共 1 次評分
開發者 eet6646
付費類型 free
擴展官網 https://github.com/eet6646/Toggle-Comments-Reddit
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggle Comments for reddit",
    "short_name": "TCr",
    "description": "Show and hide comments directly on the home page of reddit!",
    "version": "0.0.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "togglecomments.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.map"
    ],
    "permissions": [
        "*:\/\/www.reddit.com\/*"
    ]
}