Add URL to History
Adds a linkbase to the browser history
Vad är Add URL to History?
Add URL to History är en Chrome-tillägg utvecklad av https://maksam07.com, och dess huvudfunktion är "Adds a linkbase to the browser history".
Tilläggsskärmbilder
Ladda ner Add URL to History-förlängningens CRX-fil
Ladda ner Add URL to History-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
Plugin to easily add your linkbase to browser history.
This can be useful if you want certain links to be marked as viewed. Grundläggande Information om Tillägg
| Namn | |
| ID | nhofggendgdcagphebkpikaimhllapib |
| Officiell webbadress | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
| Beskrivning | Adds a linkbase to the browser history |
| Filstorlek | 1.31 MB |
| Antal Installationer | 49 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2022-01-18 |
| Publiceringsdatum | 2022-01-18 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | https://maksam07.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"static\/js\/config.js"
],
"persistent": true
},
"browser_action": {
"default_title": "__MSG_defTitle__",
"default_icon": {
"16": "static\/images\/icon16.png",
"24": "static\/images\/icon24.png",
"32": "static\/images\/icon32.png"
},
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_extDescr__",
"icons": {
"16": "static\/images\/icon16.png",
"48": "static\/images\/icon48.png",
"128": "static\/images\/icon128.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"permissions": [
"history"
],
"version": "0.0.0.1"
} | |