gifstasher
Store your reaction gifs for quick and easy access!
gifstasher क्या है?
gifstasher cloudbuster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store your reaction gifs for quick and easy access!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में gifstasher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | enegbanenghjkfmmkjimbckfihbamcfi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gifstasher/enegbanenghjkfmmkjimbckfihbamcfi |
विवरण | Store your reaction gifs for quick and easy access! |
फ़ाइल का आकार | 407 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2014-04-21 |
प्रकाशन तिथि | 2014-04-21 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | cloudbuster |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |