Add URL to History
Adds a linkbase to the browser history
Wat is Add URL to History?
Add URL to History is een Chrome-extensie ontwikkeld door https://maksam07.com, en de belangrijkste functie is "Adds a linkbase to the browser history".
Extensie Screenshots
Download het CRX-bestand van de extensie Add URL to History
Download Add URL to History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Plugin to easily add your linkbase to browser history. This can be useful if you want certain links to be marked as viewed.
Basisinformatie over de Extensie
Naam | Add URL to History |
ID | nhofggendgdcagphebkpikaimhllapib |
Officiële URL | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
Beschrijving | Adds a linkbase to the browser history |
Bestandsgrootte | 1.31 MB |
Aantal Installaties | 49 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2022-01-18 |
Publicatiedatum | 2022-01-18 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://maksam07.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |