FavBox

Clear and modern bookmarking tool.

FavBoxคืออะไร?

FavBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dmitry.magalyas และคุณลักษณะหลักของมันคือ "Clear and modern bookmarking tool."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        FavBox is a browser extension that enhances and simplifies bookmark management, without depending on external cloud storage or third-party services.

🔄 sync with your browser profile;
🔒 does not send your data to any third-party services;
🏷 supports tags for easy organization;
🔍 offers advanced search, sorting, and filtering by tags, domains, and folders;
🌁 provides multiple display modes;
🌗 light and dark theme.
📖 offers page previews for quick reference;
🟢 lets you know if a bookmark already exists, to avoid creating duplicates;
🗑️ provides a feature to detect broken URLs;
⌨️ provides quick access to search with hotkeys "Ctrl + Shift + K";
❤️ free and open source;                    

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

ชื่อ FavBox FavBox
ID eangbddipcghohfjefjmfihcjgjnnemj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/favbox/eangbddipcghohfjefjmfihcjgjnnemj
คำอธิบาย Clear and modern bookmarking tool.
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 269
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-04-03
วันที่เผยแพร่ 2023-02-08
คะแนน 4.80/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา dmitry.magalyas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dd3v/favbox
URL หน้าช่วยเหลือ https://github.com/dd3v/favbox
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FavBox",
    "description": "Clear and modern bookmarking tool.",
    "version": "2.0.0",
    "permissions": [
        "bookmarks",
        "activeTab",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "ext\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.js-loader-d0a5df21.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "ext\/browser\/index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.js-d7e7fa2c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}