Shruggie
This extension copies the shruggie character to your clipboard
Shruggie क्या है?
Shruggie https://madmaxlax.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension copies the shruggie character to your clipboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shruggie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Copy and paste Shruggie app
Copies the Shruggie characters to your clipboard to paste anywhere.
¯\_(ツ)_/¯
That's it!
No background pages or anything
questions:
shruggie [at] madmaxlax.com
source at
https://github.com/madmaxlax/shruggie-chrome-ext एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | gajlbghllhneagnenoigoacccalfnjmd |
| आधिकारिक URL | https://chromewebstore.google.com/detail/shruggie/gajlbghllhneagnenoigoacccalfnjmd |
| विवरण | This extension copies the shruggie character to your clipboard |
| फ़ाइल का आकार | 28.02 KB |
| स्थापना संख्या | 92 |
| वर्तमान संस्करण | 0.2 |
| अंतिम अपडेट | 2017-04-12 |
| प्रकाशन तिथि | 2017-04-12 |
| रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
| डेवलपर | https://madmaxlax.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Shruggie",
"short_name": "Shruggie",
"description": "This extension copies the shruggie character to your clipboard",
"version": "0.2",
"offline_enabled": true,
"browser_action": {
"default_icon": "shruggie-full.png",
"default_popup": "popup.html"
},
"permissions": [
"clipboardWrite"
],
"icons": {
"16": "shruggie-16.png",
"32": "shruggie-32.png",
"48": "shruggie-48.png",
"128": "shruggie-128.png"
}
} | |