Bookmarks Checker - Remove broken links

Clean up bookmarks from junk. Batch check your bookmarks to find duplicates and broken bookmark links.

Bookmarks Checker - Remove broken linksคืออะไร?

Bookmarks Checker - Remove broken links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsecraft.com และคุณลักษณะหลักของมันคือ "Clean up bookmarks from junk. Batch check your bookmarks to find duplicates and broken bookmark links."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks Checker - Remove broken links

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

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

                        Every day we surf the web. Dozens or hundreds of sites. Some we already know, some we don't... if they are interesting, we bookmark them. Convenient. But after a while we find ourselves with hundreds of bookmarks, and as time goes by some sites you bookmarked, well... died :(

So frustrating when you click on a bookmark, expect a site to pop up, but all you get  is "404, Page Not Found"!
To stay organized check your bookmarks regularly : so you can keep track of your topics and update the visual bookmarks that are no longer valid.

With this extension it is quick and simple : batch check your bookmarks, review them, and delete the broken bookmarks that are no longer valid. You can also check if there are duplicated bookmarks (bookmarks that point to the same URL).

Here is how it goes : at first your bookmarks are "unchecked" (symbol : empty circle). Click on the empty circle next to CHECK ALL to start scanning your bookmarks (click again if you want to stop) : your bookmarks statuses will change to "success" (symbol : green circle with checkmark) or "timeout" (symbol : black circle with clock) or "error" (symbol : red circle with cross).

MENU
CHECK ALL : batch check your (unchecked |timeout | error) bookmarks
DELETE ALL : delete your (timeout | error) bookmarks. WARNING : NO UNDO
VIEW/HIDE : when working on hundreds of bookmarks or more it is handy to wiew or hide (unchecked | success | timeout | error) only the bookmarks you need to focus on.
TIMEOUT : the time each bookmark request has to wait before it is tagged as "timeout". Set this parameter to 1 second and the scan will fly... but many sites won't have enough time to respond.

You can also click on the status icon on a single favorite link instead of batch checking all your favorite links.

NOTES
When a bookmark is tagged as "error", there is actually no way to tell what is really going on with the site's server... but it is highly probable that your bookmark's link is dead forever. Bookmarks that get a "timeout" status should be treated with caution, even with a 60 seconds delay... never getting a response does not mean nobody is listening.

This extension is not a bookmark manager : you will not be able to add, edit, reorganize bookmarks. Use Chrome's built-in Bookmarks Manager instead.

Made with ❤️ by BrowseCraft gang. Stand with Ukraine 💙💛.                    

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

ชื่อ Bookmarks Checker - Remove broken links Bookmarks Checker - Remove broken links
ID eeckiajfclogcacnhgigljkcgabfcmco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmarks-checker-remove/eeckiajfclogcacnhgigljkcgabfcmco
คำอธิบาย Clean up bookmarks from junk. Batch check your bookmarks to find duplicates and broken bookmark links.
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 34,074
เวอร์ชันปัจจุบัน 23.12.11
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2020-02-22
คะแนน 4.17/5 รวมทั้งหมด 168 คะแนน
ผู้พัฒนา https://browsecraft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsecraft.com/
URL หน้าช่วยเหลือ https://browsecraft.com/contacts
URL หน้านโยบายความเป็นส่วนตัว https://browsecraft.com/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,da,es,it,pl,pt-BR,fi,sv,cs,el,sr,ru,uk,mr,bn,gu,ta,te,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "23.12.11",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "bookmarks"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "16": "images\/main-icon16.png",
            "32": "images\/main-icon32.png",
            "48": "images\/main-icon48.png",
            "128": "images\/main-icon128.png"
        },
        "default_title": "Bookmarks Checker"
    },
    "icons": {
        "16": "images\/main-icon16.png",
        "32": "images\/main-icon32.png",
        "48": "images\/main-icon48.png",
        "128": "images\/main-icon128.png"
    }
}