Unvisit
Mark link as unvisited by removing the url from the browsers history
Vad är Unvisit?
Unvisit är en Chrome-tillägg utvecklad av smukkekim, och dess huvudfunktion är "Mark link as unvisited by removing the url from the browsers history".
Tilläggsskärmbilder
Ladda ner Unvisit-förlängningens CRX-fil
Ladda ner Unvisit-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
Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history Grundläggande Information om Tillägg
| Namn | |
| ID | fbggfcphnbjfjoppijhohnhmfofkcplj |
| Officiell webbadress | https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj |
| Beskrivning | Mark link as unvisited by removing the url from the browsers history |
| Filstorlek | 12.59 KB |
| Antal Installationer | 78 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-11-20 |
| Publiceringsdatum | 2018-07-19 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | smukkekim |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Unvisit",
"description": "Mark link as unvisited by removing the url from the browsers history",
"version": "1.0",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"events.js"
],
"persistent": false
},
"permissions": [
"history",
"contextMenus"
]
} | |