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 - это расширение Chrome, разработанное https://msol.io, и его основная функция - "Stave off link rot. Automatically back up the pages you bookmark.".
Снимки экрана расширения
Скачать файл CRX расширения BackMark - Back up the pages you bookmark
Скачайте файлы расширений 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 |
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" } |