Dynalist Highlighter

Powerful web highlighter for Dynalist

Dynalist Highlighter란 무엇입니까?

Dynalist Highlighter은(는) http://danielwirtz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powerful web highlighter for Dynalist"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Using Dynalist Highlighter you can easily highlight text on any web page and sync them to your Dynalist Inbox. This is especially helpful if you are doing research or when you want to build your own knowledge-base.

FEATURES:
→ Highlight any text on web page
→ Collect your highlights and send them in one bookmark to Dynalist
→ Code, Links and HTML elements are automatically converted
→ Adjust the bookmark title before you send it to Dynalist                    

확장 프로그램 기본 정보

이름 Dynalist Highlighter Dynalist Highlighter
ID afnffidekokfdaepocnkcmmepjibjhln
공식 URL https://chrome.google.com/webstore/detail/dynalist-highlighter/afnffidekokfdaepocnkcmmepjibjhln
설명 Powerful web highlighter for Dynalist
파일 크기 696 KB
설치 횟수 498
현재 버전 1.2
최근 업데이트 2020-02-06
출시 날짜 2020-02-06
평점 5.00/5 총 8 개의 평점
개발자 http://danielwirtz.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynalist Highlighter",
    "description": "Powerful web highlighter for Dynalist",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icon\/icon-on-16.png",
        "48": ".\/icon\/icon-on-48.png",
        "128": ".\/icon\/icon-on-128.png"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "storage",
        "activeTab",
        "",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/css\/app.css",
        "\/static\/css\/cssreset.css"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}