Potato timer

This extension is for managing your working and break times

Potato timer là gì?

Potato timer là một tiện ích mở rộng Chrome được phát triển bởi gabrielfirmacion, và tính năng chính của nó là "This extension is for managing your working and break times".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Potato timer

Tải xuống các tệp mở rộng Potato timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Potato timer Potato timer
ID cohpelnhkkflnlnkfadomkimmpejeifa
URL Chính Thức https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa
Mô tả This extension is for managing your working and break times
Kích Thước Tệp 149 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-01-28
Ngày Phát Hành 2016-01-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gabrielfirmacion
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}