Trace

Find articles you've read in the past

Trace là gì?

Trace là một tiện ích mở rộng Chrome được phát triển bởi http://trace.tools, và tính năng chính của nó là "Find articles you've read in the past".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trace

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

                        Features:
🧐 Instantly find articles, essays, and blogs that you've read in the past
🔎 Search by title, publisher, or any words you can remember
📈 Track what you read with detailed analytics                    

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

Tên Trace Trace
ID jamgeanaigaadcepnhmdaglegnjfmhkh
URL Chính Thức https://chrome.google.com/webstore/detail/trace/jamgeanaigaadcepnhmdaglegnjfmhkh
Mô tả Find articles you've read in the past
Kích Thước Tệp 4.39 MB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-05-06
Ngày Phát Hành 2020-05-04
Nhà Phát Triển http://trace.tools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trace.tools/login
URL Trang Chính Sách Bảo Mật https://trace.tools/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trace",
    "version": "0.0.1",
    "permissions": [
        "https:\/\/trace.tools\/*",
        "cookies"
    ],
    "description": "Find articles you've read in the past",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/google.com\/search?*",
                "*:\/\/trace.tools\/*"
            ],
            "js": [
                "readability-master\/Readability.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Trace"
    },
    "icons": {
        "16": "images\/favicon-16px.png",
        "32": "images\/favicon-32px.png",
        "48": "images\/favicon-64px.png",
        "128": "images\/favicon-128px.png"
    }
}