Mark Selected Links As Visited
Marks selected links as visited. If nothing is selected - marks all links on page as visited
Vad är Mark Selected Links As Visited?
Mark Selected Links As Visited är en Chrome-tillägg utvecklad av Dima PM, och dess huvudfunktion är "Marks selected links as visited. If nothing is selected - marks all links on page as visited".
Tilläggsskärmbilder
Ladda ner Mark Selected Links As Visited-förlängningens CRX-fil
Ladda ner Mark Selected Links As Visited-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Picture will explain it all... It also has some context menus for link and selection.
Grundläggande Information om Tillägg
Namn | Mark Selected Links As Visited |
ID | pmoldfbmipffdecleeffgfcoahobhkpp |
Officiell webbadress | https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp |
Beskrivning | Marks selected links as visited. If nothing is selected - marks all links on page as visited |
Filstorlek | 12.2 KB |
Antal Installationer | 588 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2017-07-04 |
Publiceringsdatum | 2017-07-03 |
Betyg | 3.40/5 Totalt 10 Betyg |
Utvecklare | Dima PM |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/Klestofer/Mark-Selected-Links-As-Visited |
Stödda Språk | 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" ] } |