Bookmark Manager

Simple and Easy to Use

Bookmark Managerคืออะไร?

Bookmark Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abbas Gussenov และคุณลักษณะหลักของมันคือ "Simple and Easy to Use"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Manager

ดาวน์โหลดไฟล์ส่วนขยาย Bookmark Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Additional manually-managed browser history.

Bookmark Manager is a Chrome extension that works only under the management of the user.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bookmark Manager Bookmark Manager
ID aceciacheicfbbickdmhomlbidfcgcid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-manager/aceciacheicfbbickdmhomlbidfcgcid
คำอธิบาย Simple and Easy to Use
ขนาดไฟล์ 26.64 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 0.0.0.10 beta
อัปเดตครั้งล่าสุด 2018-07-06
วันที่เผยแพร่ 2018-07-05
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Abbas Gussenov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gusenov/managed-browser-history
URL หน้าช่วยเหลือ https://github.com/gusenov/managed-browser-history/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.0.10",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png",
        "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png",
        "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png",
            "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png",
            "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png"
        },
        "default_title": "__MSG_extPageActionDefaultTitle__",
        "default_popup": "html\/popup.html"
    },
    "author": "__MSG_extAuthor__",
    "background": {
        "scripts": [
            "node_modules\/web-store\/web-store.js",
            "js\/shared.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "ids": [
            "oilbhdaboflggkedbegfpjmnikpiccmo",
            "pkpobljamjgbapmbakcnhggopcmjhiio"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "short_name": "__MSG_extShortName__",
    "version_name": "0.0.0.10 beta"
}