Add URL to History
Adds a linkbase to the browser history
Cos'è Add URL to History?
Add URL to History è un'estensione di Chrome sviluppata da https://maksam07.com, e la sua funzione principale è "Adds a linkbase to the browser history".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add URL to History
Scarica i file di estensione Add URL to History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Plugin to easily add your linkbase to browser history. This can be useful if you want certain links to be marked as viewed.
Informazioni di Base sull'Estensione
Nome | Add URL to History |
ID | nhofggendgdcagphebkpikaimhllapib |
URL Ufficiale | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
Descrizione | Adds a linkbase to the browser history |
Dimensione del File | 1.31 MB |
Conteggio Installazioni | 49 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2022-01-18 |
Data di Pubblicazione | 2022-01-18 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | https://maksam07.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |