Clip To Dynalist

Bookmark websites in Dynalist

Clip To Dynalist란 무엇입니까?

Clip To Dynalist은(는) rawbytz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark websites in Dynalist"입니다.

확장 프로그램 스크린샷

screenshot

Clip To Dynalist 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        • Formats the active tab title and url as markdown & copies to the clipboard.
• Then automatically goes to the first Dynalist tab it finds in the active window.
• If no Dynalist tab is found, a new one is created. 
• You manually paste into a new Dynalist bullet. 
• Also  includes "Toggle Last Tab" capability via a 2nd keyboard shortcut.
• Set keyboard shortcuts at the bottom of chrome://extensions                    

확장 프로그램 기본 정보

이름 Clip To Dynalist Clip To Dynalist
ID ahiipffmcifaempjoeecollondfinbik
공식 URL https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik
설명 Bookmark websites in Dynalist
파일 크기 8.99 KB
설치 횟수 999
현재 버전 0.0.0.4
최근 업데이트 2017-05-04
출시 날짜 2017-05-04
평점 4.88/5 총 16 개의 평점
개발자 rawbytz
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip To Dynalist",
    "version": "0.0.0.4",
    "description": "Bookmark websites in Dynalist",
    "browser_action": {
        "default_icon": "C2DL_128.png",
        "default_title": "Clip To Dynalist"
    },
    "icons": {
        "128": "C2DL_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "toggleLast": {
            "description": "Toggle Last Tab"
        }
    },
    "manifest_version": 2
}