gifstasher
Store your reaction gifs for quick and easy access!
Co to jest gifstasher?
gifstasher to rozszerzenie Chrome opracowane przez cloudbuster, a jego główną funkcją jest „Store your reaction gifs for quick and easy access!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia gifstasher
Pobierz pliki rozszerzeń gifstasher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Quickly stash gifs while browsing simply by right-clicking and selecting "Stash this gif." Select from your stash and copy the link simply by clicking the gif! Latest update: 1.0.6 - Bug fixes 1.0.5 - Now you can "Copy and Stash" from the Chrome context menu - Various bug fixes and performance fixes
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | enegbanenghjkfmmkjimbckfihbamcfi |
Oficjalny URL | https://chrome.google.com/webstore/detail/gifstasher/enegbanenghjkfmmkjimbckfihbamcfi |
Opis | Store your reaction gifs for quick and easy access! |
Rozmiar pliku | 407 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2014-04-21 |
Data Publikacji | 2014-04-21 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | cloudbuster |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "gifstasher", "description": "Store your reaction gifs for quick and easy access!", "version": "1.0.7", "permissions": [ "storage", "contextMenus", "clipboardRead", "clipboardWrite", "notifications" ], "icons": { "16": "img\/icon-bitty.png", "48": "img\/icon-small.png", "128": "img\/icon-large.png" }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/require.js", "js\/background.js" ] }, "web_accessible_resources": [ "img\/icon-small.png" ] } |