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是由csdev開發的Chrome擴展程式,該擴展的主要功能是“Instantly create a new TickTick task with a link to the current page in just one click!”。
擴展截圖
下載One-Click TickTick擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |