Easy Link Share
Share web links which you browse, in social network
Easy Link Share क्या है?
Easy Link Share Karthikeyan S द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share web links which you browse, in social network"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Link Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For some of the web pages, share buttons may be missing; in that case, it is cumbersome to share the page. This little extension just helps to share any of the web pages. On top of that, this little extension, wouldn't collect users data or browsing data in the backend.
एक्सटेंशन की मूल जानकारी
नाम | Easy Link Share |
ID | hakifdnhlnognadcclbelgmfijhogcnn |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn |
विवरण | Share web links which you browse, in social network |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 117 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2015-05-14 |
प्रकाशन तिथि | 2015-05-14 |
रेटिंग | 4.63/5 कुल 8 रेटिंग्स |
डेवलपर | Karthikeyan S |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Link Share", "short_name": "Link Share", "description": "Share web links which you browse, in social network", "version": "0.1", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "js\/vendor\/angular.min.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |