The Circle of Life
A must-have for all Lion King fans!
Что такое The Circle of Life?
The Circle of Life - это расширение Chrome, разработанное Ian Webster, и его основная функция - "A must-have for all Lion King fans!".
Снимки экрана расширения
Скачать файл CRX расширения The Circle of Life
Скачайте файлы расширений The Circle of Life в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds some occasional flair to your browsing experience. Основная информация о расширении
| Название | |
| ID | fdligjlbdahdinmljdhaehbinjeedpbn |
| Официальный URL | https://chromewebstore.google.com/detail/the-circle-of-life/fdligjlbdahdinmljdhaehbinjeedpbn |
| Описание | A must-have for all Lion King fans! |
| Размер файла | 291 KB |
| Количество установок | 26 |
| Текущая Версия | 0.0.6 |
| Последнее Обновление | 2016-03-01 |
| Дата публикации | 2016-02-27 |
| Рейтинг | 4.33/5 Всего 6 оценок |
| Разработчик | Ian Webster |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/typpo/circle-of-life |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Circle of Life",
"version": "0.0.6",
"manifest_version": 2,
"description": "A must-have for all Lion King fans!",
"homepage_url": "http:\/\/ianww.com",
"icons": {
"16": "icons\/lion16.png",
"48": "icons\/lion48.png",
"128": "icons\/lion128.png"
},
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"options_page": "src\/options\/index.html",
"permissions": [
"tabs"
]
} | |