BackMark - Back up the pages you bookmark

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

O que é BackMark - Back up the pages you bookmark?

BackMark - Back up the pages you bookmark é uma extensão do Chrome desenvolvida por https://msol.io, e sua principal característica é "Stave off link rot. Automatically back up the pages you bookmark.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BackMark - Back up the pages you bookmark

Baixe arquivos de extensão BackMark - Back up the pages you bookmark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BackMark - Back up the pages you bookmark BackMark - Back up the pages you bookmark
ID cmbflafdbcidlkkdhbmechbcpmnbcfjf
URL Oficial https://chromewebstore.google.com/detail/backmark-back-up-the-page/cmbflafdbcidlkkdhbmechbcpmnbcfjf
Descrição Stave off link rot. Automatically back up the pages you bookmark.
Tamanho do Arquivo 223 KB
Contagem de Instalações 87
Versão Atual 1.0.6
Última Atualização 2023-04-23
Data de Publicação 2016-01-04
Desenvolvedor https://msol.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/msolomon/backmark
Idiomas Suportados 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"
}