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?
Mark Selected Links As Visited是由Dima PM开发的Chrome扩展程序,该扩展的主要功能是“Marks selected links as visited. If nothing is selected - marks all links on page as visited”。
扩展截图
下载Mark Selected Links As Visited扩展crx文件
下载Mark Selected Links As Visited扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Picture will explain it all... It also has some context menus for link and selection.
扩展基本信息
名称 | Mark Selected Links As Visited |
ID | pmoldfbmipffdecleeffgfcoahobhkpp |
官方URL | https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp |
简介 | Marks selected links as visited. If nothing is selected - marks all links on page as visited |
文件大小 | 12.2 KB |
安装次数 | 588 |
当前版本 | 0.3 |
更新时间 | 2017-07-04 |
上架时间 | 2017-07-03 |
评分 | 3.40/5 共10次评分 |
开发者 | Dima PM |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/Klestofer/Mark-Selected-Links-As-Visited |
支持的语言 | 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" ] } |