Trace
Find articles you've read in the past
Wat is Trace?
Trace is een Chrome-extensie ontwikkeld door http://trace.tools, en de belangrijkste functie is "Find articles you've read in the past".
Extensie Screenshots
Download het CRX-bestand van de extensie Trace
Download Trace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jamgeanaigaadcepnhmdaglegnjfmhkh |
Officiële URL | https://chrome.google.com/webstore/detail/trace/jamgeanaigaadcepnhmdaglegnjfmhkh |
Beschrijving | Find articles you've read in the past |
Bestandsgrootte | 4.39 MB |
Aantal Installaties | 23 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-05-06 |
Publicatiedatum | 2020-05-04 |
Ontwikkelaar | http://trace.tools |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://trace.tools/login |
URL van de Privacybeleid Pagina | https://trace.tools/privacy |
Ondersteunde Talen | 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" } } |