Flying Unicorn
Inserts a unicorn into your page!
Что такое Flying Unicorn?
Flying Unicorn - это расширение Chrome, разработанное justintieu, и его основная функция - "Inserts a unicorn into your page!".
Снимки экрана расширения
Скачать файл CRX расширения Flying Unicorn
Скачайте файлы расширений Flying Unicorn в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click U to add a unicorn into the page.
Click C to remove all of the unicorns.
You can now configure the unicorn image and which keys are pressed through the options page!
I will be providing release notes on my website about any updates I make.
If you have any issues, please create an issue here: https://github.com/justintieu/flying-unicorn/issues Основная информация о расширении
| Название | |
| ID | cdedcjjdfckjnageanlcifalkpnjdbpg |
| Официальный URL | https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg |
| Описание | Inserts a unicorn into your page! |
| Размер файла | 43.64 KB |
| Количество установок | 1,220 |
| Текущая Версия | 0.0.3 |
| Последнее Обновление | 2017-12-14 |
| Дата публикации | 2017-12-14 |
| Рейтинг | 4.33/5 Всего 3 оценок |
| Разработчик | justintieu |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/justintieu/flying-unicorn/ |
| URL страницы помощи | https://github.com/justintieu/flying-unicorn/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Flying Unicorn",
"version": "0.0.3",
"manifest_version": 2,
"description": "Inserts a unicorn into your page!",
"homepage_url": "https:\/\/github.com\/justintieu\/flying-unicorn",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/* ",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"src\/inject\/inject.js"
]
}
],
"options_page": "src\/options\/index.html"
} | |