Mark Selected Links As Visited
Marks selected links as visited. If nothing is selected - marks all links on page as visited
What is Mark Selected Links As Visited?
Mark Selected Links As Visited is a Chrome extension developed by Dima PM, and its main feature is "Marks selected links as visited. If nothing is selected - marks all links on page as visited".
Extension Screenshots
Download Mark Selected Links As Visited Extension CRX File
Download Mark Selected Links As Visited extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Picture will explain it all... It also has some context menus for link and selection.
Extension Basic Information
Name | Mark Selected Links As Visited |
ID | pmoldfbmipffdecleeffgfcoahobhkpp |
Official URL | https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp |
Description | Marks selected links as visited. If nothing is selected - marks all links on page as visited |
File Size | 12.2 KB |
Installation Count | 588 |
Current Version | 0.3 |
Last Updated | 2017-07-04 |
Publish Date | 2017-07-03 |
Rating | 3.40/5 Total 10 Ratings |
Developer | Dima PM |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/Klestofer/Mark-Selected-Links-As-Visited |
Supported Languages | 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" ] } |