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 là gì?
BackMark - Back up the pages you bookmark là một tiện ích mở rộng Chrome được phát triển bởi https://msol.io, và tính năng chính của nó là "Stave off link rot. Automatically back up the pages you bookmark.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BackMark - Back up the pages you bookmark
Tải xuống các tệp mở rộng BackMark - Back up the pages you bookmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BackMark - Back up the pages you bookmark |
ID | cmbflafdbcidlkkdhbmechbcpmnbcfjf |
URL Chính Thức | https://chromewebstore.google.com/detail/backmark-back-up-the-page/cmbflafdbcidlkkdhbmechbcpmnbcfjf |
Mô tả | Stave off link rot. Automatically back up the pages you bookmark. |
Kích Thước Tệp | 223 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2023-04-23 |
Ngày Phát Hành | 2016-01-04 |
Nhà Phát Triển | https://msol.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/msolomon/backmark |
Ngôn Ngữ Được Hỗ Trợ | 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" } |