One-Click TickTick
Instantly create a new TickTick task with a link to the current page in just one click!
One-Click TickTickคืออะไร?
One-Click TickTick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย csdev และคุณลักษณะหลักของมันคือ "Instantly create a new TickTick task with a link to the current page in just one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One-Click TickTick
ดาวน์โหลดไฟล์ส่วนขยาย One-Click TickTick ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you frequently create TickTick tasks linking to a website you visit - maybe to visit again later or to remember something - One-Click TickTick is for you! Login once and saving a link to the current page is just one click away. ⚡ Quick and Snappy Task creation is immediate, no waiting for TickTick to load. Click the button and the page is saved! ⭐ Features and Available Options - [NEW] Web clipper functionality! Saves contents of the website as formatted task description (can be disabled in extension options) - Add tags to each created task - Automatically add a due date - Quickly open the created task via the notification to add more information - Right-click anywhere on the page to create a task - Include selected text in the created task or use it as a title - Close the current tab at the same time (use it as a "read later" button) Tasks will directly land in your inbox. In the options page, you can configure additional properties the new tasks should have. Functionality is limited by the official TickTick Open API. This is a community extensions not developed by TickTick.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | One-Click TickTick |
ID | nbmkldaonngpkjagofgclbioanahipdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-click-ticktick/nbmkldaonngpkjagofgclbioanahipdp |
คำอธิบาย | Instantly create a new TickTick task with a link to the current page in just one click! |
ขนาดไฟล์ | 685 KB |
จำนวนการติดตั้ง | 4,014 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2024-02-12 |
วันที่เผยแพร่ | 2022-02-21 |
คะแนน | 4.69/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | csdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/chrschorn/one-click-ticktick |
URL หน้าช่วยเหลือ | https://github.com/chrschorn/one-click-ticktick/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "One-Click TickTick", "description": "Instantly create a new TickTick task with a link to the current page in just one click!", "version": "1.4.1", "background": { "service_worker": "\/service-worker.js", "type": "module" }, "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_title": "Create Task" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "options_page": "options.html", "permissions": [ "notifications", "contextMenus", "activeTab", "storage", "sessions", "identity", "scripting" ], "host_permissions": [ "https:\/\/ticktick.com\/oauth\/token", "https:\/\/api.ticktick.com\/*" ] } |