time tracker for reddit
This extension tracks how much time you have wasted on reddit.
O que é time tracker for reddit?
time tracker for reddit é uma extensão do Chrome desenvolvida por Tim Coy, e sua principal característica é "This extension tracks how much time you have wasted on reddit.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão time tracker for reddit
Baixe arquivos de extensão time tracker for reddit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | time tracker for reddit |
ID | pdgbpkedemplniikdfmfaedehbonfhmb |
URL Oficial | https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb |
Descrição | This extension tracks how much time you have wasted on reddit. |
Tamanho do Arquivo | 20.54 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.1 |
Última Atualização | 2016-04-17 |
Data de Publicação | 2016-04-17 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Tim Coy |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |