Trace

Find articles you've read in the past

Apa itu Trace?

Trace adalah ekstensi Chrome yang dikembangkan oleh http://trace.tools, dan fitur utamanya adalah "Find articles you've read in the past".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Trace

Unduh file ekstensi Trace dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Trace Trace
ID jamgeanaigaadcepnhmdaglegnjfmhkh
URL Resmi https://chrome.google.com/webstore/detail/trace/jamgeanaigaadcepnhmdaglegnjfmhkh
Deskripsi Find articles you've read in the past
Ukuran File 4.39 MB
Jumlah Instalasi 23
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-05-06
Tanggal Publikasi 2020-05-04
Pengembang http://trace.tools
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://trace.tools/login
URL Halaman Kebijakan Privasi https://trace.tools/privacy
Bahasa yang Didukung 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"
    }
}