Hylinker - Hyperlink among annotation & notes

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

Hylinker - Hyperlink among annotation & notes là gì?

Hylinker - Hyperlink among annotation & notes là một tiện ích mở rộng Chrome được phát triển bởi https://hylinker.net, và tính năng chính của nó là "Annotate text, images and videos. Link them as you think. Integrate with Note Apps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hylinker - Hyperlink among annotation & notes

Tải xuống các tệp mở rộng Hylinker - Hyperlink among annotation & notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hylinker - Hyperlink among annotation & notes Hylinker - Hyperlink among annotation & notes
ID ojlepencpbenklcahciikbenlfegodmd
URL Chính Thức https://chromewebstore.google.com/detail/hylinker-hyperlink-among/ojlepencpbenklcahciikbenlfegodmd
Mô tả Annotate text, images and videos. Link them as you think. Integrate with Note Apps.
Kích Thước Tệp 672 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2023-03-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://hylinker.net
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://hylinker.net
URL Trang Chính Sách Bảo Mật https://hylinker.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}