Reddit: Remember seen links, open all unseen

Remembers which links on Reddit you've seen (even if your browser history don't) and can open all unseen in new tabs.

Reddit: Remember seen links, open all unseen là gì?

Reddit: Remember seen links, open all unseen là một tiện ích mở rộng Chrome được phát triển bởi zx, và tính năng chính của nó là "Remembers which links on Reddit you've seen (even if your browser history don't) and can open all unseen in new tabs.".

Ả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 Reddit: Remember seen links, open all unseen

Tải xuống các tệp mở rộng Reddit: Remember seen links, open all unseen 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

                        This extension will remember and mark all the links you've visited on reddit. This is useful when your browser remembers only some small number of visited links and when exceed that limit you cannot distinguish visited links from the new ones. If you browse a lot it gets frustrating.

As a bonus, this extension adds a button that can open all the links from current page that you did not visited (in new tabs).                    

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

Tên Reddit: Remember seen links, open all unseen Reddit: Remember seen links, open all unseen
ID ijmaelhdahbdgfakhnbocahcfopaopec
URL Chính Thức https://chrome.google.com/webstore/detail/reddit-remember-seen-link/ijmaelhdahbdgfakhnbocahcfopaopec
Mô tả Remembers which links on Reddit you've seen (even if your browser history don't) and can open all unseen in new tabs.
Kích Thước Tệp 41.28 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-04-17
Ngày Phát Hành 2013-04-17
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển zx
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Remembers which links on Reddit you've seen (even if your browser history don't) and can open all unseen in new tabs.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "name": "Reddit: Remember seen links, open all unseen",
    "permissions": [
        "http:\/\/reddit.com\/*",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "48.png",
        "128": "128.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "run_at": "document_start",
            "css": [
                "main.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.0.1"
}