Selective Bookmarks Export Tool

Freely export the required bookmarks as HTML file

Selective Bookmarks Export Toolคืออะไร?

Selective Bookmarks Export Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย no.web.developer และคุณลักษณะหลักของมันคือ "Freely export the required bookmarks as HTML file"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selective Bookmarks Export Tool

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

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

                        **Details**

It allows users to choose the bookmarks they want to export as HTML file, to decide the data structure of the exported content, and to filter the results by keywords when selecting bookmarks.

**Support**

This tool is open source based on the MIT license. For more information, please visit: https://github.com/LightAPIs/free-export-bookmarks                    

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

ชื่อ Selective Bookmarks Export Tool Selective Bookmarks Export Tool
ID dkbihgadoohejmlhpffffbmbhmkhjbfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selective-bookmarks-expor/dkbihgadoohejmlhpffffbmbhmkhjbfi
คำอธิบาย Freely export the required bookmarks as HTML file
ขนาดไฟล์ 195 KB
จำนวนการติดตั้ง 3,366
เวอร์ชันปัจจุบัน 1.4.4
อัปเดตครั้งล่าสุด 2021-11-27
วันที่เผยแพร่ 2020-12-30
คะแนน 4.85/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา no.web.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/LightAPIs/free-export-bookmarks
URL หน้าช่วยเหลือ https://github.com/LightAPIs/free-export-bookmarks
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.4.4",
    "author": "pana",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/free-export-bookmarks",
    "default_locale": "en",
    "icons": {
        "16": "icons\/app\/icon-16.png",
        "19": "icons\/app\/icon-19.png",
        "24": "icons\/app\/icon-24.png",
        "32": "icons\/app\/icon-32.png",
        "48": "icons\/app\/icon-48.png",
        "64": "icons\/app\/icon-64.png",
        "96": "icons\/app\/icon-96.png",
        "128": "icons\/app\/icon-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/app\/icon-16.png",
            "19": "icons\/app\/icon-19.png",
            "24": "icons\/app\/icon-24.png",
            "32": "icons\/app\/icon-32.png",
            "48": "icons\/app\/icon-48.png",
            "64": "icons\/app\/icon-64.png",
            "96": "icons\/app\/icon-96.png",
            "128": "icons\/app\/icon-128.png"
        },
        "default_title": "__MSG_extensionName__\n__MSG_extensionTip__"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: chrome:; connect-src * blob:; object-src 'none';",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0upo8Ezr2Eqq\/E82nd93iHGwt\/Dqh6Pr51EncxgJiWXeESiKltG\/SChAQL9l2+ymp9eDAJgIXYsq23vGk6jPWa1+hKNdDX212OH02FSAJhNvlUFJu\/2zVdXchi3XnPRq7IsEZnR1gO9BPDa58Vl18KBKT+MPN+KDRNTUXVDqx4MyB0zaDXOsqFrhYYAGUxc2LkhgSedyT6UYh3efdEe\/Ebtaia1GO\/bgVHj5pcUotHSiZvfLEnXPoyoXTbzaoe7hTAjAuZ+ixng6oVdNRRBfOgQb2IiqDnxkLzJKHQL190UUgLY0mzAdWmu0GanyyAST\/8DYuVZWPQzJ8vDSiMTnJwIDAQAB"
}