Share Url
Adds context menu to share links with other computer(s) or with your favorite social application.
Share Url क्या है?
Share Url https://tollus.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds context menu to share links with other computer(s) or with your favorite social application."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Share Url एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to share a link with another chrome browser through your Google account. Just install this extension on both browsers and make sure sync is enabled for the same account and you're good to go! In the options you can enable sharing a link with Twitter, Facebook or Google Plus. Recent changes: 1.2.4 - bug fix for replacement options display 1.2.2 - bug fix for checkbox 1.2.1 - history for links sent by your computer as well 1.2.0 - added history (disabled by default) of received links, 10 retained, stored per computer 1.1.0 - added replacement for certain urls 1.0.3 - forced persistence to try to resolve issue with links not sharing all the time. 1.0 - added social sharing (configured via options page)
एक्सटेंशन की मूल जानकारी
नाम | Share Url |
ID | jjjfbaapeohdiokaolpoeelnccpdhofg |
आधिकारिक URL | https://chromewebstore.google.com/detail/share-url/jjjfbaapeohdiokaolpoeelnccpdhofg |
विवरण | Adds context menu to share links with other computer(s) or with your favorite social application. |
फ़ाइल का आकार | 142 KB |
स्थापना संख्या | 568 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2013-11-26 |
प्रकाशन तिथि | 2013-11-26 |
रेटिंग | 3.50/5 कुल 10 रेटिंग्स |
डेवलपर | https://tollus.github.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tollus/chrome-share-url |
सहायता पृष्ठ URL | https://github.com/tollus/chrome-share-url |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.2.4", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "settings.js", "background.js" ], "persistent": true }, "default_locale": "en", "options_page": "options.html", "icons": { "128": "icon_128.png" }, "manifest_version": 2 } |