Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Social Media Launcher क्या है?
Social Media Launcher Hjalte Anton Nylander Larsen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a launcher to your Chrome where you can go to a variuos social medias."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Social Media Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a social media launcher to your Chrome. Adds a social media launcher with Youtube, Instagram, Facebook and Twitter, which opens in a new window. Developer: Hjalte A. N. Larsen Version: 1.0.0 Changelog: 1.0.0 - Added extension to Chrome Workshop. TODO: 1.0.1 - Add more social medias to the launcher. If you encounter any bugs og etc. please contact me at [email protected] or under "Support".
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
आधिकारिक URL | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
विवरण | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
फ़ाइल का आकार | 429 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-12-02 |
प्रकाशन तिथि | 2019-12-02 |
डेवलपर | Hjalte Anton Nylander Larsen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Media Launcher", "author": "Hjalte Anton Nylander Larsen", "version": "1.0.0", "description": "This extension adds a launcher to your Chrome where you can go to a variuos social medias.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Social Media Launcher" }, "permissions": [ "activeTab" ] } |