Trace
Find articles you've read in the past
Co to jest Trace?
Trace to rozszerzenie Chrome opracowane przez http://trace.tools, a jego główną funkcją jest „Find articles you've read in the past”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trace
Pobierz pliki rozszerzeń Trace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jamgeanaigaadcepnhmdaglegnjfmhkh |
Oficjalny URL | https://chrome.google.com/webstore/detail/trace/jamgeanaigaadcepnhmdaglegnjfmhkh |
Opis | Find articles you've read in the past |
Rozmiar pliku | 4.39 MB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2020-05-06 |
Data Publikacji | 2020-05-04 |
Deweloper | http://trace.tools |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://trace.tools/login |
Adres URL Strony Polityki Prywatności | https://trace.tools/privacy |
Obsługiwane Języki | 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" } } |