Imgur Video to GIF
The quickest way to launch Imgur's video to GIF creation tool
Vad är Imgur Video to GIF?
Imgur Video to GIF är en Chrome-tillägg utvecklad av carlospro7, och dess huvudfunktion är "The quickest way to launch Imgur's video to GIF creation tool".
Tilläggsskärmbilder
Ladda ner Imgur Video to GIF-förlängningens CRX-fil
Ladda ner Imgur Video to GIF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Browse the web, find a video you like, and click the extension to turn it into an awesome GIF. Grundläggande Information om Tillägg
| Namn | |
| ID | dfjegjlpihccbcnnogcjldjgkfkaacab |
| Officiell webbadress | https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab |
| Beskrivning | The quickest way to launch Imgur's video to GIF creation tool |
| Filstorlek | 34.84 KB |
| Antal Installationer | 190 |
| Aktuell Version | 1.2.1 |
| Senast Uppdaterad | 2015-02-04 |
| Publiceringsdatum | 2015-02-03 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | carlospro7 |
| Betalningssätt | free |
| Stödda Språk | 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\/"
]
} | |