gifstasher
Store your reaction gifs for quick and easy access!
What is gifstasher?
gifstasher is a Chrome extension developed by cloudbuster, and its main feature is "Store your reaction gifs for quick and easy access!".
Extension Screenshots
Download gifstasher Extension CRX File
Download gifstasher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | enegbanenghjkfmmkjimbckfihbamcfi |
Official URL | https://chrome.google.com/webstore/detail/gifstasher/enegbanenghjkfmmkjimbckfihbamcfi |
Description | Store your reaction gifs for quick and easy access! |
File Size | 407 KB |
Installation Count | 47 |
Current Version | 1.0.7 |
Last Updated | 2014-04-21 |
Publish Date | 2014-04-21 |
Rating | 3.67/5 Total 3 Ratings |
Developer | cloudbuster |
Payment Type | free |
Supported Languages | 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" ] } |