BackMark - Back up the pages you bookmark

Stave off link rot. Automatically back up the pages you bookmark.

BackMark - Back up the pages you bookmark란 무엇입니까?

BackMark - Back up the pages you bookmark은(는) https://msol.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stave off link rot. Automatically back up the pages you bookmark."입니다.

확장 프로그램 스크린샷

screenshot

BackMark - Back up the pages you bookmark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically back up the web pages you bookmark.

Link rot is real. Stave off some of the damage with easy and automatic backups.

Whenever you add a bookmark, Backmark will save a copy for you. You can then download it from an easy-to-use menu as a zipped MHTML file.

Note:
Downloads of multiple backed-up bookmarks at once is flaky and the resulting zip files may be corrupt. Work around this by downloading each individually.                    

확장 프로그램 기본 정보

이름 BackMark - Back up the pages you bookmark BackMark - Back up the pages you bookmark
ID cmbflafdbcidlkkdhbmechbcpmnbcfjf
공식 URL https://chromewebstore.google.com/detail/backmark-back-up-the-page/cmbflafdbcidlkkdhbmechbcpmnbcfjf
설명 Stave off link rot. Automatically back up the pages you bookmark.
파일 크기 223 KB
설치 횟수 87
현재 버전 1.0.6
최근 업데이트 2023-04-23
출시 날짜 2016-01-04
개발자 https://msol.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/msolomon/backmark
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BackMark - Back up the pages you bookmark",
    "short_name": "BackMark",
    "version": "1.0.6",
    "description": "Stave off link rot. Automatically back up the pages you bookmark.",
    "icons": {
        "128": "backmark.png"
    },
    "permissions": [
        "bookmarks",
        "downloads",
        "history",
        "pageCapture",
        "storage",
        "tabs",
        "unlimitedStorage",
        "chrome:\/\/favicon\/*",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bluebird.min.js",
            "lodash.min.js",
            "zip.js",
            "z-worker.js",
            "deflate.js",
            "inflate.js",
            "jquery-2.1.4.min.js",
            "common.js",
            "backmark.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*.map",
        "style.css"
    ],
    "browser_action": {
        "default_icon": {
            "19": "backmark.png",
            "38": "backmark.png"
        },
        "default_title": "Backmark",
        "default_popup": "popup.html"
    },
    "author": "Mike Solomon"
}