Imgur Video to GIF
The quickest way to launch Imgur's video to GIF creation tool
Wat is Imgur Video to GIF?
Imgur Video to GIF is een Chrome-extensie ontwikkeld door carlospro7, en de belangrijkste functie is "The quickest way to launch Imgur's video to GIF creation tool".
Extensie Screenshots
Download het CRX-bestand van de extensie Imgur Video to GIF
Download Imgur Video to GIF-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Browse the web, find a video you like, and click the extension to turn it into an awesome GIF. Basisinformatie over de Extensie
| Naam | |
| ID | dfjegjlpihccbcnnogcjldjgkfkaacab |
| Officiële URL | https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab |
| Beschrijving | The quickest way to launch Imgur's video to GIF creation tool |
| Bestandsgrootte | 34.84 KB |
| Aantal Installaties | 190 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2015-02-04 |
| Publicatiedatum | 2015-02-03 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | carlospro7 |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Imgur Video to GIF",
"short_name": "Imgur Vidgif",
"description": "The quickest way to launch Imgur's video to GIF creation tool",
"version": "1.2.1",
"background": {
"persistent": false,
"page": "background.html"
},
"browser_action": {
"default_title": "Imgur video to GIF"
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/imgur.com\/",
"https:\/\/imgur.com\/"
]
} | |