BackMark - Back up the pages you bookmark
Stave off link rot. Automatically back up the pages you bookmark.
Qu'est-ce que BackMark - Back up the pages you bookmark ?
BackMark - Back up the pages you bookmark est une extension Chrome développée par https://msol.io, et sa fonction principale est "Stave off link rot. Automatically back up the pages you bookmark.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BackMark - Back up the pages you bookmark
Téléchargez les fichiers d'extension BackMark - Back up the pages you bookmark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BackMark - Back up the pages you bookmark |
ID | cmbflafdbcidlkkdhbmechbcpmnbcfjf |
URL Officiel | https://chromewebstore.google.com/detail/backmark-back-up-the-page/cmbflafdbcidlkkdhbmechbcpmnbcfjf |
Description | Stave off link rot. Automatically back up the pages you bookmark. |
Taille du Fichier | 223 KB |
Nombre d'Installations | 87 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2023-04-23 |
Date de Publication | 2016-01-04 |
Développeur | https://msol.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/msolomon/backmark |
Langues Prises en Charge | 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" } |