Rando.me a GIF
An easy way to find random GIFs
¿Qué es Rando.me a GIF?
Rando.me a GIF es una extensión de Chrome desarrollada por Kaio Medau, y su función principal es "An easy way to find random GIFs".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rando.me a GIF
Descarga archivos de extensión Rando.me a GIF en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
“Rando.me a GIF” is an easy and fun way to find GIFs quickly. Just type the desired keyword and let us do the rest! You will receive a related random GIF in seconds. The history bar will keep track of your latest terms making it easy for you to get a new image in seconds - If you are connected to Google Chrome, this feature will be cross devices. Start adding GIFs to your messages, emails, Facebook, Twitter or to whatever tools you use. Just drag and drop the image. Keep in mind that you can always use the thumbs up button as a shortcut. Features: - Mark GIFs that you love - Random GIFs powered by Giphy - Thumbs Up shortcut - Cross devices history bar - Right click or Drag and drop interactions
Información Básica de la Extensión
Nombre | Rando.me a GIF |
ID | oalpmckmbdnbhgfanmjbcdfaikanclid |
URL Oficial | https://chromewebstore.google.com/detail/randome-a-gif/oalpmckmbdnbhgfanmjbcdfaikanclid |
Descripción | An easy way to find random GIFs |
Tamaño del Archivo | 27.65 KB |
Cantidad de Instalaciones | 359 |
Versión Actual | 0.2.1 |
Última Actualización | 2016-01-12 |
Fecha de Publicación | 2016-01-11 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | Kaio Medau |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/kaiomedau/rando-me |
URL de la Página de Ayuda | https://www.facebook.com/BaleiaBalao/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rando.me a GIF", "short_name": "Rando.me", "description": "An easy way to find random GIFs", "version": "0.2.1", "browser_action": { "default_icon": { "16": "images\/rando_icon_16.png", "19": "images\/rando_icon_19.png", "38": "images\/rando_icon_38.png", "48": "images\/rando_icon_48.png", "128": "images\/rando_icon_128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "http:\/\/baleiabalao.com\/" ] } |