Add Tasks to Do It (Tomorrow)

Add tasks to Do it (Tomorrow) via a simple browser button.

Add Tasks to Do It (Tomorrow)คืออะไร?

Add Tasks to Do It (Tomorrow) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tomorrow.do และคุณลักษณะหลักของมันคือ "Add tasks to Do it (Tomorrow) via a simple browser button."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Tasks to Do It (Tomorrow)

ดาวน์โหลดไฟล์ส่วนขยาย Add Tasks to Do It (Tomorrow) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Using this extension makes it way faster to add simple tasks to your Do it (Tomorrow) todo list. This simple extension adds a button to your browser to quickly jot down a task to do.

Also check out the full Do it (Tomorrow) App at http://www.tomorrow.do

Features: 

-- Super fast todo entry 
-- Simple interface - just write down what you have to do 
-- Open your full tasks list by clicking on the left side of the extension 

-- Option to turn on today's tasks badge count
-- Icon is optimized for high resolution and retina screens

Very special features:

-- Also updates your tomorrow.do page if you are using it at the same time (there are some additional permissions used for this feature)
-- Press shift+enter when adding a task to add it to tomorrow
-- Select text and right click - you can add that as a new todo
-- Type t space in the URL bar and you can quickly add a todo from the URL bar

Note on permissions: to allow the extension to be fully integrated with the Chrome App - http://bit.ly/chromeApp and http://www.tomorrow.do/ - some additional permissions are required for the extension.

### NOTE To Do It Tomorrow FANS! ###
Thanks a lot for your support and for the nice reviews! You are all awesome!
We listen to you and are working on adding features you are missing!
Reviewing the app helps us a lot, so thanks for the feedback and supporting Do It (Tomorrow)!

Talk with us! Just email us at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Add Tasks to Do It (Tomorrow) Add Tasks to Do It (Tomorrow)
ID eimhlfnbjllicocigjdalpodkokffbmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-tasks-to-do-it-tomorr/eimhlfnbjllicocigjdalpodkokffbmm
คำอธิบาย Add tasks to Do it (Tomorrow) via a simple browser button.
ขนาดไฟล์ 690 KB
จำนวนการติดตั้ง 13,549
เวอร์ชันปัจจุบัน 1.2.5
อัปเดตครั้งล่าสุด 2014-12-25
วันที่เผยแพร่ 2014-12-24
คะแนน 4.58/5 รวมทั้งหมด 2232 คะแนน
ผู้พัฒนา https://www.tomorrow.do
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tomorrow.do/
URL หน้าช่วยเหลือ https://www.tomorrow.do/
URL หน้านโยบายความเป็นส่วนตัว https://account.adylitica.com/txt/privacy_policy.txt
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add Tasks to Do It (Tomorrow)",
    "version": "1.2.5",
    "manifest_version": 2,
    "description": "Add tasks to Do it (Tomorrow) via a simple browser button.",
    "icons": {
        "128": "img\/chrome_icon-128x128.png",
        "48": "img\/chrome_icon-48x48.png",
        "16": "img\/chrome_icon-16x16.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/img\/icon19.png",
            "38": "\/img\/icon38.png"
        },
        "default_title": "Do it (Tomorrow)",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "\/js\/jquery-1.8.3.min.js",
            "\/js\/sync.js",
            "\/js\/main.js",
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "omnibox": {
        "keyword": "t"
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "tabs",
        "history",
        "background",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}