Bookmarks Clean - Detect damaged bookmarks

Automatically find broken links and clean up your bookmarks

Bookmarks Clean - Detect damaged bookmarksคืออะไร?

Bookmarks Clean - Detect damaged bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BookmarksSync และคุณลักษณะหลักของมันคือ "Automatically find broken links and clean up your bookmarks"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks Clean - Detect damaged bookmarks

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

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

                        ⭐ Analice automáticamente sus favoritos y encuentre enlaces rotos y otros errores

⭐ Edite o elimine marcadores dañados                    

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

ชื่อ Bookmarks Clean - Detect damaged bookmarks Bookmarks Clean - Detect damaged bookmarks
ID ijhmpfekapalndkialhcmlipjhfohdkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmarks-clean-detect-da/ijhmpfekapalndkialhcmlipjhfohdkl
คำอธิบาย Automatically find broken links and clean up your bookmarks
ขนาดไฟล์ 479 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-10-21
วันที่เผยแพร่ 2023-02-15
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา BookmarksSync
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.bookmarkssync.com/privacy
ภาษาที่รองรับ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name_clean__",
    "description": "__MSG_app_description_clean__",
    "version": "1.1.1",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "bookmarks",
        "history",
        "storage"
    ],
    "action": {
        "default_title": "__MSG_Detect_errors__"
    },
    "icons": {
        "32": "images\/icon-clean-32.png",
        "64": "images\/icon-clean-64.png",
        "128": "images\/icon-clean-128.png",
        "256": "images\/icon-clean-256.png"
    }
}