Trace

Find articles you've read in the past

Traceคืออะไร?

Trace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://trace.tools และคุณลักษณะหลักของมันคือ "Find articles you've read in the past"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trace

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}