Hylinker - Hyperlink among annotation & notes

Annotate text, images and videos. Link them as you think. Integrate with Note Apps.

Hylinker - Hyperlink among annotation & notes란 무엇입니까?

Hylinker - Hyperlink among annotation & notes은(는) https://hylinker.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Annotate text, images and videos. Link them as you think. Integrate with Note Apps."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Hylinker - Hyperlink among annotation & notes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        What you can do with Hylinker:
- Annotate, collect text and images from web pages.
- Take timestamped notes and save screenshots while watching videos.
- Take Zettelkasten/card-file notes. To open this interface, click "Hylinker" in a new tab, or right-click "Hylinker" and select "Options".
- Organize annotations and notes with hyperlinks.
- Sync annotations to OneNote/Notion, linking the annotations and the notes in OneNote/Notion.

Features:
- Free to use, no ads.
- No mandatory sign-in. All functions outside of cloud services do not require sign-in.
- Add tags to web pages.
- Automatically load annotations.
- Dark mode.
- More for you to discover…

Cloud services (Pro):
- Real-time syncing across devices.
- Integrate with Note Apps (OneNote, Notion). In addition to syncing annotations to Note Apps, you can retrieve notes from Note Apps and connect to them. Don't worry, the data from Note Apps is only saved on your own device and will not pass through our server.                    

확장 프로그램 기본 정보

이름 Hylinker - Hyperlink among annotation & notes Hylinker - Hyperlink among annotation & notes
ID ojlepencpbenklcahciikbenlfegodmd
공식 URL https://chromewebstore.google.com/detail/hylinker-hyperlink-among/ojlepencpbenklcahciikbenlfegodmd
설명 Annotate text, images and videos. Link them as you think. Integrate with Note Apps.
파일 크기 672 KB
설치 횟수 101
현재 버전 2.4.1
최근 업데이트 2024-01-28
출시 날짜 2023-03-21
평점 5.00/5 총 2 개의 평점
개발자 https://hylinker.net
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://hylinker.net
개인정보 보호 정책 페이지 URL https://hylinker.net/privacy
지원되는 언어 de,en,fr,es-419,it,pt-BR,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "2.4.1",
    "manifest_version": 3,
    "action": [],
    "icons": {
        "16": "assets\/logo16.png",
        "32": "assets\/logo32.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}