Bookmarkoftheday
Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Что такое Bookmarkoftheday?
Bookmarkoftheday - это расширение Chrome, разработанное Bookmark of the day, и его основная функция - "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".
Снимки экрана расширения
Скачать файл CRX расширения Bookmarkoftheday
Скачайте файлы расширений Bookmarkoftheday в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Bookmark of the day is a chrome extension which shows you one bookmark everyday and makes revisiting bookmarks a blissful experience. Основная информация о расширении
| Название | |
| ID | jldlnlkjghmljkcbdebeebbafjgdmllc |
| Официальный URL | https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc |
| Описание | Bookmark of the day is a chrome extension which shows you one bookmark everyday. |
| Размер файла | 2.54 MB |
| Количество установок | 54 |
| Текущая Версия | 0.3 |
| Последнее Обновление | 2022-06-29 |
| Дата публикации | 2022-04-21 |
| Рейтинг | 5.00/5 Всего 8 оценок |
| Разработчик | Bookmark of the day |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.bookmarkoftheday.xyz/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmarkoftheday",
"description": "Bookmark of the day is a chrome extension which shows you one bookmark everyday.",
"version": "0.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"16": ".\/icon\/icon_128.png",
"32": ".\/icon\/icon_128.png",
"48": ".\/icon\/icon_128.png",
"128": ".\/icon\/icon_128.png"
},
"action": {
"default_title": "Bookmark of the day",
"default_icons": {
"16": ".\/icon\/icon_16.png",
"32": ".\/icon\/icon_48.png",
"48": ".\/icon\/icon_48.png",
"128": ".\/icon\/icon_128.png"
}
},
"options_page": ".\/option\/options.html",
"permissions": [
"bookmarks",
"storage",
"tabs",
"scripting",
"alarms"
],
"web_accessible_resources": [
{
"resources": [
"icon\/icon_48.png",
"option\/options.html",
"icon\/twitter.png"
],
"matches": [
" | |