Rubber Ducky
The answer to all of your programming and life's questions.
Qu'est-ce que Rubber Ducky ?
Rubber Ducky est une extension Chrome développée par samuelkauffman, et sa fonction principale est "The answer to all of your programming and life's questions.".
Télécharger le fichier CRX de l'extension Rubber Ducky
Téléchargez les fichiers d'extension Rubber Ducky au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ngfckicnblhnaebllppmjnnncaibcgmd |
URL Officiel | https://chrome.google.com/webstore/detail/rubber-ducky/ngfckicnblhnaebllppmjnnncaibcgmd |
Description | The answer to all of your programming and life's questions. |
Taille du Fichier | 173 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-05-05 |
Date de Publication | 2015-05-05 |
Évaluation | 5.00/5 Total 11 Évaluations |
Développeur | samuelkauffman |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |