Links to Bookmarks
Add a bunch of links to your bookmarks
Links to Bookmarks là gì?
Links to Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi cI_-__-_Io, và tính năng chính của nó là "Add a bunch of links to your bookmarks".
Ả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 Links to Bookmarks
Tải xuống các tệp mở rộng Links to Bookmarks 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
If you have a list of links that you want to add to your bookmarks, this extension is perfect for you. 📋 Clipboard support Detects the links in your clipboard and pre-fills the input with them. 🤖 Automatic title fetching Guesses and pre-fills the title value of your bookmark automatically. 🎯 Redirection resolving Follows the "shortened" links to their real destination, no more "bit.ly", "t.co", and other obfuscated URLs in your bookmarks (which means fewer duplicates). 🔎 Manual reviewing For each link, Links to Bookmarks pre-fills the title and URL inputs, but you can still manually review and change them to your liking. 🐫 Duplicates detection Provides a button to remove your existing bookmarks from your input, and notifies you if you're trying to add a link that you have already bookmarked. Compatible with the extension "Export saved links" if you want to export your saved links from FB to your bookmarks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Links to Bookmarks |
ID | ldkcelmcmlapjkjhfmgndefmnjpckalj |
URL Chính Thức | https://chromewebstore.google.com/detail/links-to-bookmarks/ldkcelmcmlapjkjhfmgndefmnjpckalj |
Mô tả | Add a bunch of links to your bookmarks |
Kích Thước Tệp | 1.14 MB |
Số Lần Cài Đặt | 269 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2021-03-24 |
Ngày Phát Hành | 2020-09-13 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | cI_-__-_Io |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://twitter.com/j_____________n |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Links to Bookmarks", "version": "0.2.0", "description": "Add a bunch of links to your bookmarks", "background": { "persistent": false, "scripts": [ "assets\/background-5aeee333.js" ] }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "96": "assets\/icon96.png", "128": "assets\/icon128.png" }, "browser_action": { "default_title": "Links to Bookmarks", "default_popup": "browser-action\/popup.html" }, "content_scripts": [ { "js": [ "assets\/content-script-3def6a44.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "permissions": [ "bookmarks", "notifications", "storage", "webNavigation", "clipboardRead", "tabs" ], "web_accessible_resources": [ "messages-41f5149f.js", "content-script\/content-script.js" ] } |