Add URL to History
Adds a linkbase to the browser history
Hvad er Add URL to History?
Add URL to History er en Chrome-udvidelse udviklet af https://maksam07.com, og dens hovedfunktion er "Adds a linkbase to the browser history".
Udvidelsesskærmbilleder
Download Add URL to History-udvidelses-CRX-fil
Download Add URL to History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Plugin to easily add your linkbase to browser history.
This can be useful if you want certain links to be marked as viewed. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nhofggendgdcagphebkpikaimhllapib |
| Officiel URL | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
| Beskrivelse | Adds a linkbase to the browser history |
| Filstørrelse | 1.31 MB |
| Antal Installationer | 49 |
| Nuværende Version | 0.0.0.1 |
| Senest Opdateret | 2022-01-18 |
| Udgivelsesdato | 2022-01-18 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | https://maksam07.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |