Link Sharing
Link sharing resource
Link Sharing क्या है?
Link Sharing Travis Weidenbenner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link sharing resource"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What's New? ------------- v1.0.2 -Fixed bug on install page that wouldn't close it or open pics in popup. Description ------------- Link Sharing is a project I made in order to easily share links with friends/colleagues. It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing Please give feedback and/or contribute to the code.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | haehadeohhghodnfohinokocaaellnga |
आधिकारिक URL | https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga |
विवरण | Link sharing resource |
फ़ाइल का आकार | 330 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2013-09-14 |
प्रकाशन तिथि | 2013-09-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Travis Weidenbenner |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/travis-w/Link-Sharing |
सहायता पृष्ठ URL | https://github.com/travis-w/Link-Sharing |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Sharing", "version": "1.0.2", "manifest_version": 2, "description": "Link sharing resource", "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Save Link", "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "install.html", "permissions": [ "notifications", "tabs", "https:\/\/api.cloudmine.me\/*", "https:\/\/*.cloudmine.me\/*", "https:\/\/cloudmine.me\/*" ], "web_accessible_resources": [ "images\/icon19.png" ] } |