GitHub Emoji
A chrome extension for the github emoji picker with fun.
GitHub Emoji क्या है?
GitHub Emoji Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension for the github emoji picker with fun."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Emoji एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
See https://github.com/FishPlusOrange/github-emoji for details.
एक्सटेंशन की मूल जानकारी
नाम | GitHub Emoji |
ID | pfhcnffadoajdcedindnjcladkokgfpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-emoji/pfhcnffadoajdcedindnjcladkokgfpo |
विवरण | A chrome extension for the github emoji picker with fun. |
फ़ाइल का आकार | 907 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2020-03-30 |
प्रकाशन तिथि | 2020-03-30 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Emoji", "version": "1.1.1", "manifest_version": 2, "description": "A chrome extension for the github emoji picker with fun.", "homepage_url": "https:\/\/github.com\/FishPlusOrange\/github-emoji", "icons": { "16": "images\/octocat.png", "48": "images\/octocat.png", "128": "images\/octocat.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*", "*:\/\/gist.github.com\/*" ], "js": [ "scripts\/content-script.js" ], "run_at": "document_end" } ], "page_action": { "default_title": "GitHub Emoji", "default_popup": "popup.html" } } |