Bookmarks Clean - Detect damaged bookmarks

Automatically find broken links and clean up your bookmarks

Bookmarks Clean - Detect damaged bookmarks란 무엇입니까?

Bookmarks Clean - Detect damaged bookmarks은(는) BookmarksSync에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically find broken links and clean up your bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bookmarks Clean - Detect damaged bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⭐ 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"
    }
}