markbook

markbook

Cos'è markbook?

markbook è un'estensione di Chrome sviluppata da https://markbook.io, e la sua funzione principale è "markbook".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione markbook

Scarica i file di estensione markbook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The easiest and most efficient way to manage and use your bookmarks. With Markbook your bookmarks finally come to life. It is the 21st century bookmark manager that allows you to:

Access and manage your bookmarks across multiple devices and browsers.

Effortlessly find any bookmark or history item in a snap with the built-in search engine.

Customize the way each of your bookmarks open; private tab, pinned tab, etc..

Enjoy Markbooks' invention: "Shortmarks", the smart bookmarks that expire.

Get rid of tab clutter and reduce memory by up to 95% by turning tabs into shortmarks. 

Reopen the tabs you closed with "tabs to shortmarks" on any of your other devices that run a supported browser.

Identify bookmarks by an image of their web page.

Have one-click dedicated lists for bookmarks, favorites, shortmarks, import and history.

Use the integrated custom web search.

Have your privacy first, we proudly never analyze or sell your data

To use the Markbook app you'll need an account to have private access to your bookmarks across multiple devices. Signup is super easy, just go to: https://www.markbook.io Only a username, email address and password are required.                    

Informazioni di Base sull'Estensione

Nome markbook markbook
ID npmpaenojkehmpjicgbncpbdghmlonhj
URL Ufficiale https://chromewebstore.google.com/detail/markbook/npmpaenojkehmpjicgbncpbdghmlonhj
Descrizione markbook
Dimensione del File 3.75 MB
Conteggio Installazioni 19
Versione Corrente 1.2.1
Ultimo Aggiornamento 2020-12-15
Data di Pubblicazione 2020-10-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://markbook.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.markbook.io
URL della Pagina della Politica sulla Privacy https://www.markbook.io/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.markbook.io",
    "incognito": "spanning",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_title": "Toggle Markbook (ctrl + arrow-down)",
        "default_icon": "assets\/icons\/favicon-32x32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "toggle_app": {
            "suggested_key": {
                "default": "Ctrl+Down"
            },
            "description": "Toggle Markbook"
        },
        "save_bookmark": {
            "suggested_key": {
                "default": "Ctrl+Up"
            },
            "description": "Bookmark page"
        }
    },
    "icons": {
        "16": "assets\/icons\/markbook-app-icon-16x16.png",
        "48": "assets\/icons\/markbook-app-icon-48x48.png",
        "128": "assets\/icons\/markbook-app-icon-128x128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "bookmarks",
        "contextMenus",
        "history",
        "storage",
        "tabs",
        "unlimitedStorage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "app.html"
    ]
}