Toggle Comments for reddit

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

Toggle Comments for reddit là gì?

Toggle Comments for reddit là một tiện ích mở rộng Chrome được phát triển bởi eet6646, và tính năng chính của nó là "Show and hide comments directly on the home page of reddit!".

Ả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 Toggle Comments for reddit

Tải xuống các tệp mở rộng Toggle Comments for reddit 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

                        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                    

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

Tên Toggle Comments for reddit Toggle Comments for reddit
ID ooghofdlbfogobekpijdpogbdjilnmoh
URL Chính Thức https://chromewebstore.google.com/detail/toggle-comments-for-reddi/ooghofdlbfogobekpijdpogbdjilnmoh
Mô tả Show and hide comments directly on the home page of reddit!
Kích Thước Tệp 90.52 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2017-04-21
Ngày Phát Hành 2017-04-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển eet6646
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/eet6646/Toggle-Comments-Reddit
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}