GIF Stash
Collect GIFs !
Was ist GIF Stash?
GIF Stash ist eine Chrome-Erweiterung, die von cyrilfind entwickelt wurde, und ihr Hauptmerkmal ist "Collect GIFs !".
Erweiterungsscreenshots
GIF Stash-Erweiterungs-CRX-Datei herunterladen
Laden Sie GIF Stash-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | GIF Stash |
ID | ddceekejelnahojbndmhebnonmpiihon |
Offizielle URL | https://chromewebstore.google.com/detail/gif-stash/ddceekejelnahojbndmhebnonmpiihon |
Beschreibung | Collect GIFs ! |
Dateigröße | 55.79 KB |
Installationsanzahl | 92 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2023-12-10 |
Veröffentlichungsdatum | 2017-04-17 |
Entwickler | cyrilfind |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |