gifstasher
Store your reaction gifs for quick and easy access!
O que é gifstasher?
gifstasher é uma extensão do Chrome desenvolvida por cloudbuster, e sua principal característica é "Store your reaction gifs for quick and easy access!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão gifstasher
Baixe arquivos de extensão gifstasher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | enegbanenghjkfmmkjimbckfihbamcfi |
URL Oficial | https://chrome.google.com/webstore/detail/gifstasher/enegbanenghjkfmmkjimbckfihbamcfi |
Descrição | Store your reaction gifs for quick and easy access! |
Tamanho do Arquivo | 407 KB |
Contagem de Instalações | 47 |
Versão Atual | 1.0.7 |
Última Atualização | 2014-04-21 |
Data de Publicação | 2014-04-21 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | cloudbuster |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |