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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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
    }
}