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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Annotate text, images and videos. Link them as you think. Integrate with Note Apps."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hylinker - Hyperlink among annotation & notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}