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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stave off link rot. Automatically back up the pages you bookmark."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BackMark - Back up the pages you bookmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |