Add URL to History
Adds a linkbase to the browser history
Что такое Add URL to History?
Add URL to History - это расширение Chrome, разработанное https://maksam07.com, и его основная функция - "Adds a linkbase to the browser history".
Снимки экрана расширения
Скачать файл CRX расширения Add URL to History
Скачайте файлы расширений Add URL to History в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Plugin to easily add your linkbase to browser history. This can be useful if you want certain links to be marked as viewed.
Основная информация о расширении
Название | Add URL to History |
ID | nhofggendgdcagphebkpikaimhllapib |
Официальный URL | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
Описание | Adds a linkbase to the browser history |
Размер файла | 1.31 MB |
Количество установок | 49 |
Текущая Версия | 0.0.0.1 |
Последнее Обновление | 2022-01-18 |
Дата публикации | 2022-01-18 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | https://maksam07.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } |