番茄工作摟
番茄工作摟 = 番茄工作法 x 待辦事項 x 網站封鎖
What is 番茄工作摟?
番茄工作摟 is a Chrome extension developed by Tiny, and its main feature is "番茄工作摟 = 番茄工作法 x 待辦事項 x 網站封鎖".
Extension Screenshots
Download 番茄工作摟 Extension CRX File
Download 番茄工作摟 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
❁『番茄工作摟』用來提升工作效率! ๑ 實踐【番茄工作法】幫助您專注在工作上,充分利用時間。 ๑ 加入【待辦事項】讓您清楚了解一整天該做的事項。 ๑ 封鎖【娛樂網頁】有效防止在工作時浪費時間在瀏覽不必要的網站 - v1.2更新 1.修正封鎖 Chrome Extension bug 2.編輯todo由double click 改為 single click 3.增加工作和休息時間調整功能
Extension Basic Information
Name | |
ID | plnfkhnjdbiofdpjejeagfmjncnojnlp |
Official URL | https://chrome.google.com/webstore/detail/%E7%95%AA%E8%8C%84%E5%B7%A5%E4%BD%9C%E6%91%9F/plnfkhnjdbiofdpjejeagfmjncnojnlp |
Description | 番茄工作摟 = 番茄工作法 x 待辦事項 x 網站封鎖 |
File Size | 419 KB |
Installation Count | 1,000 |
Current Version | 1.2 |
Last Updated | 2014-09-03 |
Publish Date | 2014-09-03 |
Rating | 4.94/5 Total 16 Ratings |
Developer | Tiny |
Payment Type | free |
Supported Languages | 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'" } |