Marqly - Bookmark Manager

All-in-one bookmark manager

Τι είναι το Marqly - Bookmark Manager;

Το Marqly - Bookmark Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://marqly.com, και η κύρια λειτουργία του είναι "All-in-one bookmark manager".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Marqly - Bookmark Manager

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

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

                        Meet Marqly, Manage your bookmarks like a pro.
Easy-to-use, Marqly lets you save, customize and manage all your bookmarks and texts online like a breeze.

Don’t let the good stuff escape from your eyes! Save them and come back anytime you want to.
Simple to use, easy to manage, and secure way to save bookmarks and texts online.

The extensions lets you: 

• Manage bookmarks
• Save links
• Sync bookmarks
• Save websites
• Save and Edit Websites easily
• Add tags to bookmarks so it's easier to filter and search
• Add bookmarks to different boards
• Build and customize your boards
• Advanced search with options to search by date, url, type, website content

NEW FEATURES: 

🖼  New fresh UI and design, completely new developed layout.
📱 Enhanced responsive layout, fully responsive, great mobile experience.
💾  Nested collections
⭐️  All of your highlighted texts are organized in a new quick-access board
🔍 Better and more enhanced search
🧮 Advanced filtering and view control
💡 Enhanced web preview with full-screen preview option
🖱 Draggable boards, you can reorder now easily with long press
🤟 And much more...                    

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

Όνομα Marqly - Bookmark Manager Marqly - Bookmark Manager
ID kcadneobjofkppmekgadodnaojoehemc
Επίσημο URL https://chromewebstore.google.com/detail/marqly-bookmark-manager/kcadneobjofkppmekgadodnaojoehemc
Περιγραφή All-in-one bookmark manager
Μέγεθος Αρχείου 362 KB
Αριθμός Εγκαταστάσεων 1,139
Τρέχουσα Έκδοση 5.0.3
Τελευταία Ενημέρωση 2023-07-24
Ημερομηνία Δημοσίευσης 2022-04-29
Αξιολόγηση 2.69/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://marqly.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.marqly.com
URL της Σελίδας Πολιτικής Απορρήτου https://marqly.com/terms-of-use
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Marqly - Bookmark Manager",
    "description": "All-in-one bookmark manager",
    "version": "5.0.3",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": [],
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/lib\/jquery.js",
                "\/content.js"
            ],
            "css": [
                "\/hoverTools\/index.css"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.marqly.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "execute-highlight": {
            "suggested_key": {
                "windows": "Ctrl+Shift+H",
                "mac": "Ctrl+Shift+H"
            },
            "description": "Highlight selected text"
        },
        "toggle-highlighter-cursor": {
            "description": "Toggle the auto-marker"
        },
        "create-bookmark": {
            "description": "Create new bookmark",
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Ctrl+Shift+S"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "hoverTools\/*",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}