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. 擴展基本資訊
| 名稱 | |
| ID | pmoldfbmipffdecleeffgfcoahobhkpp |
| 官方網址 | 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"
]
} | |