URL Keeper
Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…
Что такое URL Keeper?
URL Keeper - это расширение Chrome, разработанное Yahya K.Salman, и его основная функция - "Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…".
Снимки экрана расширения
Скачать файл CRX расширения URL Keeper
Скачайте файлы расширений URL Keeper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Save links to websites. This is an easy way to remember the links.
There are three buttons on the popup:
- SAVE INPUT: Through this button, the link that is manually typed in the input field for links is saved.
- SAVE TAB: Through this button, we directly save the link to the website I am working on.
-DELETE ALL: When this button is double-clicked, all saved links will be deleted Основная информация о расширении
| Название | |
| ID | nfjoioebfckjekhgmhcnddpiphbpcbhp |
| Официальный URL | https://chromewebstore.google.com/detail/url-keeper/nfjoioebfckjekhgmhcnddpiphbpcbhp |
| Описание | Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through… |
| Размер файла | 145 KB |
| Количество установок | 75 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2022-02-16 |
| Дата публикации | 2022-02-15 |
| Разработчик | Yahya K.Salman |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.1",
"name": "URL Keeper",
"action": {
"default_popup": "index.html",
"default_icon": "logo.png"
},
"permissions": [
"tabs"
]
} | |