Convenient bookmarks

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

ما هو Convenient bookmarks؟

Convenient bookmarks هو إضافة Chrome تم تطويرها بواسطة Pavel Ketov، والميزة الرئيسية لها هي "The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Convenient bookmarks

قم بتنزيل ملفات الامتداد Convenient bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Convenient bookmarks Convenient bookmarks
ID npnpgnmhbdpefiimnkmlnoimfchlfooc
عنوان URL الرسمي https://chromewebstore.google.com/detail/convenient-bookmarks/npnpgnmhbdpefiimnkmlnoimfchlfooc
الوصف The usual page of visual bookmarks, includes search, adding, editing, deleting and sorting bookmarks.
حجم الملف 2.12 MB
عدد التثبيتات 389
النسخة الحالية 1.1.2
آخر تحديث 2018-11-13
تاريخ النشر 2018-11-12
تقييم 4.90/5 مجموع تقييمات 10
المطور Pavel Ketov
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sovetit.ru/chrome-extension/privacy-policy
اللغات المدعومة 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
    }
}