Rubber Ducky
The answer to all of your programming and life's questions.
Что такое Rubber Ducky?
Rubber Ducky - это расширение Chrome, разработанное samuelkauffman, и его основная функция - "The answer to all of your programming and life's questions.".
Скачать файл CRX расширения Rubber Ducky
Скачайте файлы расширений Rubber Ducky в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Do you find that you ask questions and then answer yourself before the other person says a word? Meet Rubber Ducky, your answer to programming and life's big questions. Talk long enough to your new little yellow friend and the answer will come out of your mouth.
Основная информация о расширении
Название | |
ID | ngfckicnblhnaebllppmjnnncaibcgmd |
Официальный URL | https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd |
Описание | The answer to all of your programming and life's questions. |
Размер файла | 173 KB |
Количество установок | 103 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-05-05 |
Дата публикации | 2015-05-05 |
Рейтинг | 5.00/5 Всего 11 оценок |
Разработчик | samuelkauffman |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rubber Ducky", "description": "The answer to all of your programming and life's questions.", "version": "1.0", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "48": "images\/Ducky.png", "128": "images\/Ducky.png" } } |