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
Eメール [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"
    }
}