番茄工作摟

番茄工作摟 = 番茄工作法 x 待辦事項 x 網站封鎖

Wat is 番茄工作摟?

番茄工作摟 is een Chrome-extensie ontwikkeld door Tiny, en de belangrijkste functie is "番茄工作摟 = 番茄工作法 x 待辦事項 x 網站封鎖".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 番茄工作摟

Download 番茄工作摟-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ❁『番茄工作摟』用來提升工作效率!

 ๑ 實踐【番茄工作法】幫助您專注在工作上,充分利用時間。

 ๑ 加入【待辦事項】讓您清楚了解一整天該做的事項。

 ๑ 封鎖【娛樂網頁】有效防止在工作時浪費時間在瀏覽不必要的網站

-

v1.2更新

1.修正封鎖 Chrome Extension bug

2.編輯todo由double click 改為 single click

3.增加工作和休息時間調整功能                    

Basisinformatie over de Extensie

Naam 番茄工作摟 番茄工作摟
ID plnfkhnjdbiofdpjejeagfmjncnojnlp
Officiële URL https://chrome.google.com/webstore/detail/%E7%95%AA%E8%8C%84%E5%B7%A5%E4%BD%9C%E6%91%9F/plnfkhnjdbiofdpjejeagfmjncnojnlp
Beschrijving 番茄工作摟 = 番茄工作法 x 待辦事項 x 網站封鎖
Bestandsgrootte 419 KB
Aantal Installaties 1,000
Huidige Versie 1.2
Laatst Bijgewerkt 2014-09-03
Publicatiedatum 2014-09-03
Beoordeling 4.94/5 Totaal 16 Beoordelingen
Ontwikkelaar Tiny
Betalingswijze free
Ondersteunde Talen en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "1.2",
    "description": "__MSG_application_description__",
    "default_locale": "zh_TW",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "block.html"
    ],
    "browser_action": {
        "default_title": "__MSG_application_title__",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "db\/database.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'"
}