URL SAVER
This extension saves the pages where you at
URL SAVER là gì?
URL SAVER là một tiện ích mở rộng Chrome được phát triển bởi https://mrluissan.ninja, và tính năng chính của nó là "This extension saves the pages where you at".
Tải xuống tệp CRX của tiện ích mở rộng URL SAVER
Tải xuống các tệp mở rộng URL SAVER 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
With this extension you will be able to keep the websites you are visiting in a safe place. So that whenever you want to continue read them you'll have them there. You are also able to bind a shortcut to save the pages and also open the extension. I think this extension brings something different to what bookmarks do, and it's that you can save the page really quick and also it has a better design than bookmarks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URL SAVER |
ID | ipafapbbcgjnehnjgmlgjmclofgkffjc |
URL Chính Thức | https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc |
Mô tả | This extension saves the pages where you at |
Kích Thước Tệp | 713 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2017-07-05 |
Ngày Phát Hành | 2017-07-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://mrluissan.ninja |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL SAVER", "description": "This extension saves the pages where you at ", "version": "2", "author": "Luis Adame Rodr\u00edguez - @mrluissan", "homepage_url": "https:\/\/mrluissan.ninja", "commands": { "saveTab": { "suggested_key": { "default": "Ctrl+Q", "mac": "Command+Q" }, "description": "Saves the url" } }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "\/icons\/icon.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "permissions": [ "tabs", "notifications" ] } |