Share Extensions
Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.
Share Extensions क्या है?
Share Extensions http://printminion.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Share Extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Export your favorite Google Chrome™ extensions as: * BBCode * HTML * Wiki * Text * Markdown Share your favorite Google Chrome™ extensions via, Twitter, Google Mail™ Also you can directly enable/disable the extensions. Follow us on twitter: http://twitter.com/ShareExtensions Use the bug tracker for bug reporting: https://github.com/printminion/chromeExtensionsShare/issues Add your translation here: http://www.getlocalization.com/ChromeExtensionsShare What's new v 0.1.12 - migrated to manifest_version 3 v 0.1.10 - fixed dialog scrolling
एक्सटेंशन की मूल जानकारी
नाम | |
ID | chdafcbnfkfenoeejpaeenpdamhmalhe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/share-extensions/chdafcbnfkfenoeejpaeenpdamhmalhe |
विवरण | Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™. |
फ़ाइल का आकार | 24.81 MB |
स्थापना संख्या | 5,833 |
वर्तमान संस्करण | 0.1.12 |
अंतिम अपडेट | 2021-04-19 |
प्रकाशन तिथि | 2019-06-09 |
रेटिंग | 4.04/5 कुल 99 रेटिंग्स |
डेवलपर | http://printminion.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/printminion/chromeExtensionsShare/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.1.12", "manifest_version": 3, "description": "__MSG_ext_description__", "icons": { "19": "images\/icon19.png", "24": "images\/icon24.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "service_worker.js" }, "permissions": [ "management" ], "action": { "default_icon": { "19": "images\/icon19.png", "24": "images\/icon24.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" } } } |