404 Bookmark Remover

Get a list of your unavailable, old bookmarks and remove them with ease!

404 Bookmark Remover란 무엇입니까?

404 Bookmark Remover은(는) Vengel Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a list of your unavailable, old bookmarks and remove them with ease!"입니다.

확장 프로그램 스크린샷

screenshot

404 Bookmark Remover 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ❓ Ever wanted to remove all your outdated bookmarks, but you were too lazy to do it by yourself? 

Our extension will:
✔ check if your bookmarks are available
✔ show you a list of them, allowing you to remove them
✔ display a fancy chart!

No changes are made without your approval.                    

확장 프로그램 기본 정보

이름 404 Bookmark Remover 404 Bookmark Remover
ID kmfodfcddbcokegecplfbchfgfldnjpd
공식 URL https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd
설명 Get a list of your unavailable, old bookmarks and remove them with ease!
파일 크기 175 KB
설치 횟수 707
현재 버전 2.0.1
최근 업데이트 2018-10-06
출시 날짜 2018-10-06
평점 2.50/5 총 14 개의 평점
개발자 Vengel Studio
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "404 Bookmark Remover",
    "description": "Get a list of your unavailable, old bookmarks and remove them with ease!",
    "version": "2.0.1",
    "permissions": [
        "storage",
        "bookmarks",
        "tabs",
        "activeTab",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}