time tracker for reddit
This extension tracks how much time you have wasted on reddit.
Co to jest time tracker for reddit?
time tracker for reddit to rozszerzenie Chrome opracowane przez Tim Coy, a jego główną funkcją jest „This extension tracks how much time you have wasted on reddit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia time tracker for reddit
Pobierz pliki rozszerzeń time tracker for reddit 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
Note: This is a third-party extension that is not made or maintained by reddit inc. User Data Disclaimer: This extension collects information about how long you are on reddit. This data is collected locally and stored using chrome.storage in order to sync data across all of your devices. This data is not shared with the developer, third-parties, or any other individuals.
Podstawowe informacje o rozszerzeniu
Nazwa | time tracker for reddit |
ID | pdgbpkedemplniikdfmfaedehbonfhmb |
Oficjalny URL | https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb |
Opis | This extension tracks how much time you have wasted on reddit. |
Rozmiar pliku | 20.54 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-04-17 |
Data Publikacji | 2016-04-17 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | Tim Coy |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "time tracker for reddit", "description": "This extension tracks how much time you have wasted on reddit.", "version": "1.1", "permissions": [ "alarms", "storage", "tabs" ], "background": { "scripts": [ "background.js", "functions.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |