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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

One-Click TickTick 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
    ]
}