Linki.app Bookmark Manager & Organizer

Linki.app Chrome extension is the fast and easy way to save bookmarks from anywhere across the web to your Linki.app account. With…

Τι είναι το Linki.app Bookmark Manager & Organizer;

Το Linki.app Bookmark Manager & Organizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://linki.app, και η κύρια λειτουργία του είναι "Linki.app Chrome extension is the fast and easy way to save bookmarks from anywhere across the web to your Linki.app account. With…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Linki.app Bookmark Manager & Organizer

Λήψη αρχείων επέκτασης Linki.app Bookmark Manager & Organizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Linki.app Chrome extension is the fast and easy way to save bookmarks from anywhere across the web to your Linki.app account.

With a single click, the bookmarks you've collected are instantly available on all your devices in a personal, clutter-free space. Your bookmarks are waiting for you to leisurely browse at a convenient place and time.

How to use the Linki.app Chrome extension:
1. Install the Linki.app extension for Chrome.
2. Pin the extension for quick access.
3. Open any site in your browser.
4. Click the Linki.app button on the browser extensions bar.

—

Linki.app is a simple bookmark manager & organizer designed for people who love to collect and explore things.

VISUAL BOOKMARKING
Screenshots of each site help jog your memory and quickly identify the page you’re looking for. This is especially important for visual and creative people.

ORGANIZE INTO COLLECTIONS
Group and organise bookmarks in a logical way to help you find them faster. No chaos of tags.

QUICK SEARCH
All your bookmarks and collections are at your fingertips. Just type keywords.

YOUR ALL-TIME BUDDY
Save links to news and memes, longreads and educational articles, your favourite recipes or DIY projects, inspirational images, wishlists, any YouTube videos, posts from X or any other useful content from the web.

MADE WITH CARE
No ads, no unwanted algorithms, no notifications or any distractions. Just the bookmarking.

Linki.app is available for your iPhone or Android. Learn more at https://linki.app.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Linki.app Bookmark Manager & Organizer Linki.app Bookmark Manager & Organizer
ID pjklnfamgbgmcfhaadkilijhppiodobg
Επίσημο URL https://chromewebstore.google.com/detail/linkiapp-bookmark-manager/pjklnfamgbgmcfhaadkilijhppiodobg
Περιγραφή Linki.app Chrome extension is the fast and easy way to save bookmarks from anywhere across the web to your Linki.app account. With…
Μέγεθος Αρχείου 193 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 2.0.4
Τελευταία Ενημέρωση 2023-09-22
Ημερομηνία Δημοσίευσης 2023-09-22
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://linki.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linki.app Bookmark Manager & Organizer",
    "version": "2.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/logo.png",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "96": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "action": {
        "default_icon": {
            "16": "icons\/logo.png",
            "32": "icons\/[email protected]",
            "48": "icons\/[email protected]",
            "96": "icons\/[email protected]",
            "128": "icons\/[email protected]"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ]
}