Add URL to History
Adds a linkbase to the browser history
Co to jest Add URL to History?
Add URL to History to rozszerzenie Chrome opracowane przez https://maksam07.com, a jego główną funkcją jest „Adds a linkbase to the browser history”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add URL to History
Pobierz pliki rozszerzeń Add URL to History w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Plugin to easily add your linkbase to browser history. This can be useful if you want certain links to be marked as viewed.
Podstawowe informacje o rozszerzeniu
Nazwa | Add URL to History |
ID | nhofggendgdcagphebkpikaimhllapib |
Oficjalny URL | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
Opis | Adds a linkbase to the browser history |
Rozmiar pliku | 1.31 MB |
Liczba instalacji | 49 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2022-01-18 |
Data Publikacji | 2022-01-18 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | https://maksam07.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |