GIF Stash
Collect GIFs !
Cos'è GIF Stash?
GIF Stash è un'estensione di Chrome sviluppata da cyrilfind, e la sua funzione principale è "Collect GIFs !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GIF Stash
Scarica i file di estensione GIF Stash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Manage and use your GIF collection easily ! You can display, add and remove GIFs and use them by clicking on the one you want to use: the url will be copied to your clipboard. GIFs are stored in your bookmarks in the "GIF Stash" folder
Informazioni di Base sull'Estensione
Nome | GIF Stash |
ID | ddceekejelnahojbndmhebnonmpiihon |
URL Ufficiale | https://chromewebstore.google.com/detail/gif-stash/ddceekejelnahojbndmhebnonmpiihon |
Descrizione | Collect GIFs ! |
Dimensione del File | 55.79 KB |
Conteggio Installazioni | 92 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2023-12-10 |
Data di Pubblicazione | 2017-04-17 |
Sviluppatore | cyrilfind |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF Stash", "version": "0.0.3", "manifest_version": 3, "description": "Collect GIFs !", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "gif_stash.png", "default_title": "GIF Stash", "default_popup": "gif_stash.html" }, "permissions": [ "tabs", "bookmarks" ] } |