Convenient bookmarks

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

Co je Convenient bookmarks?

Convenient bookmarks je rozšíření Chrome vyvinuté Pavel Ketov, a jeho hlavní funkcí je „The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Convenient bookmarks

Stáhněte si soubory rozšíření Convenient bookmarks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Convenient bookmarks Convenient bookmarks
ID npnpgnmhbdpefiimnkmlnoimfchlfooc
Oficiální URL https://chromewebstore.google.com/detail/convenient-bookmarks/npnpgnmhbdpefiimnkmlnoimfchlfooc
Popis The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.
Velikost souboru 2.12 MB
Počet instalací 389
Aktuální Verze 1.1.2
Poslední Aktualizace 2018-11-13
Datum Vydání 2018-11-12
Hodnocení 4.90/5 Celkem 10 Hodnocení
Vývojář Pavel Ketov
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sovetit.ru/chrome-extension/privacy-policy
Podporované Jazyky 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
    }
}