time tracker for reddit

This extension tracks how much time you have wasted on reddit.

什么是time tracker for reddit?

time tracker for reddit是由Tim Coy开发的Chrome扩展程序,该扩展的主要功能是“This extension tracks how much time you have wasted on reddit.”。

扩展截图

screenshot

下载time tracker for reddit扩展crx文件

下载time tracker for reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 time tracker for reddit time tracker for reddit
ID pdgbpkedemplniikdfmfaedehbonfhmb
官方URL https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb
简介 This extension tracks how much time you have wasted on reddit.
文件大小 20.54 KB
安装次数 31
当前版本 1.1
更新时间 2016-04-17
上架时间 2016-04-17
评分 4.00/5 共2次评分
开发者 Tim Coy
付费类型 free
支持的语言 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"
    }
}