time tracker for facebook

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

time tracker for facebookとは何ですか?

time tracker for facebookはTim Coyによって開発されたChromeの拡張機能で、その主な機能は「This extension tracks how much time you have wasted on facebook.」です。

拡張機能のスクリーンショット

screenshot

time tracker for facebook拡張機能のCRXファイルをダウンロード

time tracker for facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Note: This is a third-party extension that is not made or maintained by facebook inc.

User Data Disclaimer: This extension collects information about how long you are on facebook.  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 facebook time tracker for facebook
ID jjfdmgfcjjpalinpmfgkpjlhhelndhhh
公式URL https://chromewebstore.google.com/detail/time-tracker-for-facebook/jjfdmgfcjjpalinpmfgkpjlhhelndhhh
説明 This extension tracks how much time you have wasted on facebook.
ファイルサイズ 20.88 KB
インストール数 172
現在のバージョン 1.0
最終更新日 2016-04-17
公開日 2016-04-17
評価 2.50/5 合計 2 レビュー
開発者 Tim Coy
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "time tracker for facebook",
    "description": "This extension tracks how much time you have wasted on facebook.",
    "version": "1.0",
    "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"
    }
}