Trace
Find articles you've read in the past
什麼是Trace?
Trace是由http://trace.tools開發的Chrome擴展程式,該擴展的主要功能是“Find articles you've read in the past”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | jamgeanaigaadcepnhmdaglegnjfmhkh |
官方網址 | 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" } } |