Add URL to History
Adds a linkbase to the browser history
Was ist Add URL to History?
Add URL to History ist eine Chrome-Erweiterung, die von https://maksam07.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds a linkbase to the browser history".
Erweiterungsscreenshots
Add URL to History-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add URL to History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Plugin to easily add your linkbase to browser history. This can be useful if you want certain links to be marked as viewed.
Grundlegende Informationen zur Erweiterung
Name | Add URL to History |
ID | nhofggendgdcagphebkpikaimhllapib |
Offizielle URL | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
Beschreibung | Adds a linkbase to the browser history |
Dateigröße | 1.31 MB |
Installationsanzahl | 49 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2022-01-18 |
Veröffentlichungsdatum | 2022-01-18 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://maksam07.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |