Convenient bookmarks

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

Qu'est-ce que Convenient bookmarks ?

Convenient bookmarks est une extension Chrome développée par Pavel Ketov, et sa fonction principale est "The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Convenient bookmarks

Téléchargez les fichiers d'extension Convenient bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Convenient bookmarks Convenient bookmarks
ID npnpgnmhbdpefiimnkmlnoimfchlfooc
URL Officiel https://chromewebstore.google.com/detail/convenient-bookmarks/npnpgnmhbdpefiimnkmlnoimfchlfooc
Description The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.
Taille du Fichier 2.12 MB
Nombre d'Installations 389
Version Actuelle 1.1.2
Dernière Mise à Jour 2018-11-13
Date de Publication 2018-11-12
Évaluation 4.90/5 Total 10 Évaluations
Développeur Pavel Ketov
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sovetit.ru/chrome-extension/privacy-policy
Langues Prises en Charge 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
    }
}