Trace

Find articles you've read in the past

什么是Trace?

Trace是由http://trace.tools开发的Chrome扩展程序,该扩展的主要功能是“Find articles you've read in the past”。

扩展截图

screenshot
screenshot
screenshot

下载Trace扩展crx文件

下载Trace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Trace Trace
ID jamgeanaigaadcepnhmdaglegnjfmhkh
官方URL https://chrome.google.com/webstore/detail/trace/jamgeanaigaadcepnhmdaglegnjfmhkh
简介 Find articles you've read in the past
文件大小 4.39 MB
安装次数 23
当前版本 0.0.1
更新时间 2020-05-06
上架时间 2020-05-04
开发者 http://trace.tools
电子邮箱 [email protected]
付费类型 free
扩展官网 https://trace.tools/login
隐私政策页面URL https://trace.tools/privacy
支持的语言 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"
    }
}