URL Sharer
This extension is to easily share your current page URL on social networks
URL Sharer क्या है?
URL Sharer http://kodestack.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is to easily share your current page URL on social networks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Sharer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is to easily share your current page URL on social networks and to copy url
एक्सटेंशन की मूल जानकारी
नाम | |
ID | efbabpfmnagdngganefofhopnoddbmae |
आधिकारिक URL | https://chrome.google.com/webstore/detail/url-sharer/efbabpfmnagdngganefofhopnoddbmae |
विवरण | This extension is to easily share your current page URL on social networks |
फ़ाइल का आकार | 115 KB |
स्थापना संख्या | 59 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2019-12-26 |
प्रकाशन तिथि | 2019-12-25 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | http://kodestack.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/shivarajnaidu/URL-sharer |
सहायता पृष्ठ URL | https://github.com/shivarajnaidu/URL-sharer |
गोपनीयता नीति पृष्ठ URL | https://github.com/shivarajnaidu |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Sharer", "description": "This extension is to easily share your current page URL on social networks", "version": "1.4", "author": "Yuvaraj V (aka Shivaraj)", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "index.html", "default_title": "URL Sharer - Click And SHare !" }, "icons": { "16": "icons\/icon16x16.png", "48": "icons\/icon48x48.png", "128": "icons\/icon.png" }, "background": { "scripts": [ "background-script.js" ] }, "permissions": [ "tabs", "activeTab", "clipboardWrite" ] } |