Rubber Ducky
The answer to all of your programming and life's questions.
Co to jest Rubber Ducky?
Rubber Ducky to rozszerzenie Chrome opracowane przez samuelkauffman, a jego główną funkcją jest „The answer to all of your programming and life's questions.”.
Pobierz plik CRX rozszerzenia Rubber Ducky
Pobierz pliki rozszerzeń Rubber Ducky w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ngfckicnblhnaebllppmjnnncaibcgmd |
Oficjalny URL | https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd |
Opis | The answer to all of your programming and life's questions. |
Rozmiar pliku | 173 KB |
Liczba instalacji | 103 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-05-05 |
Data Publikacji | 2015-05-05 |
Ocena | 5.00/5 Łącznie 11 Oceny |
Deweloper | samuelkauffman |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |