Get Random Gif
This extension adds a gif to your clipboard formatted as a markdown according to a specified tag
Get Random Gif क्या है?
Get Random Gif demipel8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a gif to your clipboard formatted as a markdown according to a specified tag"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Get Random Gif एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make better acceptance messages with a random GIF. Ideal for pull request flows!
एक्सटेंशन की मूल जानकारी
नाम | Get Random Gif |
ID | lfcealbagbdlnbipcclbndgdmeogbmcl |
आधिकारिक URL | https://chromewebstore.google.com/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl |
विवरण | This extension adds a gif to your clipboard formatted as a markdown according to a specified tag |
फ़ाइल का आकार | 28.4 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2017-07-28 |
प्रकाशन तिथि | 2017-07-28 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | demipel8 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://chrome.google.com/webstore/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl?hl=en-GB&gl=ES |
सहायता पृष्ठ URL | https://github.com/demipel8/Random-gif-chrome-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Random Gif", "description": "This extension adds a gif to your clipboard formatted as a markdown according to a specified tag", "version": "1.0.3", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "author": "Demi [[email protected]]", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+A", "mac": "Command+Shift+A", "chromeos": "Ctrl+Shift+A", "linux": "Ctrl+Shift+A" }, "description": "Get gif" } }, "minimum_chrome_version": "45.0", "offline_enabled": false, "options_ui": { "page": "options.html", "chrome_style": false }, "permissions": [ "clipboardWrite", "https:\/\/tbdsa3t4af.execute-api.us-east-2.amazonaws.com\/v1\/*", "storage" ], "short_name": "GRG" } |