Doggo Bar
Scroll progress indicator
Что такое Doggo Bar?
Doggo Bar - это расширение Chrome, разработанное https://fishies.me, и его основная функция - "Scroll progress indicator".
Снимки экрана расширения
Скачать файл CRX расширения Doggo Bar
Скачайте файлы расширений Doggo Bar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Scroll progress indicator with a corgi.
Source code can be found on github in the link below:
https://github.com/mrwm/doggo-bar
I'm now making this available without region restrictions! :)
Last updated: May 10, 2018 V0.1.3.2 Основная информация о расширении
| Название | |
| ID | jcpkamjdbelgcadjpljdljkelglhkbcg |
| Официальный URL | https://chromewebstore.google.com/detail/doggo-bar/jcpkamjdbelgcadjpljdljkelglhkbcg |
| Описание | Scroll progress indicator |
| Размер файла | 33.32 KB |
| Количество установок | 89 |
| Текущая Версия | 0.1.3.2 |
| Последнее Обновление | 2020-01-13 |
| Дата публикации | 2020-01-13 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://fishies.me |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Doggo Bar",
"description": "Scroll progress indicator",
"manifest_version": 2,
"version": "0.1.3.2",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/doggo-bar\/jcpkamjdbelgcadjpljdljkelglhkbcg",
"icons": {
"16": "icons\/doggo16.png",
"19": "icons\/doggo19.png",
"48": "icons\/doggo48.png",
"128": "icons\/doggo128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Doggo!",
"default_icon": "icons\/doggo128.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img\/doggo.svg",
"img\/shiba.svg",
"img\/hotdog.svg",
"img\/gcat.svg",
"img\/blank.png",
"style.css"
]
} | |