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文件

下載BackMark - Back up the pages you bookmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}