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
官方網址 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"
    }
}