Potato timer

This extension is for managing your working and break times

什麼是Potato timer?

Potato timer是由gabrielfirmacion開發的Chrome擴展程式,該擴展的主要功能是“This extension is for managing your working and break times”。

擴展截圖

screenshot

下載Potato timer擴展crx文件

下載Potato timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have you ever wanted to take a break from work and just surf around the internet but at the same time making sure that you don't end up surfing the net the whole day?

Here is Potato Timer! It gives you a 10minute break and it lets you know after time's up that you need to get back to work and not to be a POTATO!!                    

擴展基本資訊

名稱 Potato timer Potato timer
ID cohpelnhkkflnlnkfadomkimmpejeifa
官方網址 https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa
簡介 This extension is for managing your working and break times
檔案大小 149 KB
安裝次數 15
目前版本 2.0
更新時間 2016-01-28
上架時間 2016-01-28
評分 5.00/5 共 1 次評分
開發者 gabrielfirmacion
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato timer",
    "description": "This extension is for managing your working and break times",
    "version": "2.0",
    "browser_action": {
        "default_icon": "nopotato.png",
        "default_popup": "popup.html",
        "default_title": "No potato!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "jquery-2.1.4.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}