Slack Emoji Switcher
This extension allows the user to change emoji in the slack page.
Slack Emoji Switcher क्या है?
Slack Emoji Switcher TETRA2000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to change emoji in the slack page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Slack Emoji Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change Slack's emoji style.
एक्सटेंशन की मूल जानकारी
नाम | Slack Emoji Switcher |
ID | pkhpifkaaibiiolelhdkhijfnkklbjoj |
आधिकारिक URL | https://chromewebstore.google.com/detail/slack-emoji-switcher/pkhpifkaaibiiolelhdkhijfnkklbjoj |
विवरण | This extension allows the user to change emoji in the slack page. |
फ़ाइल का आकार | 14.07 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-02-08 |
प्रकाशन तिथि | 2018-02-08 |
डेवलपर | TETRA2000 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/TETRA2000/slack-emoji-switcher |
सहायता पृष्ठ URL | https://github.com/TETRA2000/slack-emoji-switcher/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slack Emoji Switcher", "description": "This extension allows the user to change emoji in the slack page.", "version": "1.0.1", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "https:\/\/*.slack.com\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.slack.com\/*" ], "js": [ "changeemoji.js" ] } ] } |