Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Vad är Load GIFs faster with gfycat?
Load GIFs faster with gfycat är en Chrome-tillägg utvecklad av Shane Afsar, och dess huvudfunktion är "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".
Tilläggsskärmbilder
Ladda ner Load GIFs faster with gfycat-förlängningens CRX-fil
Ladda ner Load GIFs faster with gfycat-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
Animated GIFs can be a pain to load. gfycat.com helps solve this by converting the gif into an optimized HTML5 format. This unofficial extension simply adds a context menu item to images and links on the page so that you can have the option of opening the GIF in a new tab with gfycat.com/fetch. Grundläggande Information om Tillägg
| Namn | |
| ID | hbiioadoilnnbeoopcabaifhofpplakc |
| Officiell webbadress | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
| Beskrivning | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
| Filstorlek | 16.14 KB |
| Antal Installationer | 120 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-05-12 |
| Publiceringsdatum | 2014-05-11 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Shane Afsar |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Load GIFs faster with gfycat",
"description": "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.",
"version": "1.0",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"main.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |