Mark Selected Links As Visited
Marks selected links as visited. If nothing is selected - marks all links on page as visited
Was ist Mark Selected Links As Visited?
Mark Selected Links As Visited ist eine Chrome-Erweiterung, die von Dima PM entwickelt wurde, und ihr Hauptmerkmal ist "Marks selected links as visited. If nothing is selected - marks all links on page as visited".
Erweiterungsscreenshots
Mark Selected Links As Visited-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mark Selected Links As Visited-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Picture will explain it all...
It also has some context menus for link and selection. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pmoldfbmipffdecleeffgfcoahobhkpp |
| Offizielle URL | https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp |
| Beschreibung | Marks selected links as visited. If nothing is selected - marks all links on page as visited |
| Dateigröße | 12.2 KB |
| Installationsanzahl | 588 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2017-07-04 |
| Veröffentlichungsdatum | 2017-07-03 |
| Bewertung | 3.40/5 Insgesamt 10 Bewertungen |
| Entwickler | Dima PM |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://github.com/Klestofer/Mark-Selected-Links-As-Visited |
| Unterstützte Sprachen | 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"
]
} | |