Convenient bookmarks

The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.

¿Qué es Convenient bookmarks?

Convenient bookmarks es una extensión de Chrome desarrollada por Pavel Ketov, y su función principal es "The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Convenient bookmarks

Descarga archivos de extensión Convenient bookmarks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The usual extension of visual bookmarks, includes searching, adding, editing, deleting and sorting bookmarks.
Ability to change the background image and synchronize settings.

The extension works entirely with your standard browser bookmarks.

You do not need to login on any server and give away your precious traffic, just install the extension and that's it!

No need to worry about the server crashing or overloaded, the extension can work offline, that is without the Internet.

Forget that you need to import or export bookmarks from one service to another, now everything works as standard browser tools Ctrl + D                    

Información Básica de la Extensión

Nombre Convenient bookmarks Convenient bookmarks
ID npnpgnmhbdpefiimnkmlnoimfchlfooc
URL Oficial https://chromewebstore.google.com/detail/convenient-bookmarks/npnpgnmhbdpefiimnkmlnoimfchlfooc
Descripción The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.
Tamaño del Archivo 2.12 MB
Cantidad de Instalaciones 389
Versión Actual 1.1.2
Última Actualización 2018-11-13
Fecha de Publicación 2018-11-12
Calificación 4.90/5 Total de 10 Calificaciones
Desarrollador Pavel Ketov
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sovetit.ru/chrome-extension/privacy-policy
Idiomas Soportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "ru",
    "manifest_version": 2,
    "version": "1.1.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "__MSG_default_title__"
    },
    "permissions": [
        "background",
        "bookmarks",
        "unlimitedStorage",
        "",
        "notifications",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    }
}