Mark Selected Links As Visited
Marks selected links as visited. If nothing is selected - marks all links on page as visited
Mark Selected Links As Visited là gì?
Mark Selected Links As Visited là một tiện ích mở rộng Chrome được phát triển bởi Dima PM, và tính năng chính của nó là "Marks selected links as visited. If nothing is selected - marks all links on page as visited".
Ả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 Mark Selected Links As Visited
Tải xuống các tệp mở rộng Mark Selected Links As Visited 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
Picture will explain it all... It also has some context menus for link and selection.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mark Selected Links As Visited |
ID | pmoldfbmipffdecleeffgfcoahobhkpp |
URL Chính Thức | https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp |
Mô tả | Marks selected links as visited. If nothing is selected - marks all links on page as visited |
Kích Thước Tệp | 12.2 KB |
Số Lần Cài Đặt | 588 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2017-07-04 |
Ngày Phát Hành | 2017-07-03 |
Đánh Giá | 3.40/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Dima PM |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/Klestofer/Mark-Selected-Links-As-Visited |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "manifest_version": 2, "name": "Mark Selected Links As Visited", "version": "0.3", "description": "Marks selected links as visited. If nothing is selected - marks all links on page as visited", "browser_action": { "default_icon": { "19": "icon19.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "history", "contextMenus" ] } |