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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hylinker.net, και η κύρια λειτουργία του είναι "Annotate text, images and videos. Link them as you think. Integrate with Note Apps.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hylinker - Hyperlink among annotation & notes

Λήψη αρχείων επέκτασης Hylinker - Hyperlink among annotation & notes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}