Universal share

Share this page with all you want...

Universal share क्या है?

Universal share Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share this page with all you want..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Universal share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Share or send a webpage anywhere you go on the web to different tools / website like :
 o Send by mail, gMail, Free mail (soon)
 o Share with Facebook, Google plus, Twitter, (Viadeo, Linkedin soon)
 o Display on Google mobilizer, Instapaper mobilizer, Readability
 o Convert to RSS via page2RSS
 o Add to feedly, Netvibes, The Old Reader
 o Add to My Yahoo


(new feature will arrive later)                    

एक्सटेंशन की मूल जानकारी

नाम Universal share Universal share
ID paihghjbgnfoebjlepldifjmndmchnij
आधिकारिक URL https://chromewebstore.google.com/detail/universal-share/paihghjbgnfoebjlepldifjmndmchnij
विवरण Share this page with all you want...
फ़ाइल का आकार 82.87 KB
स्थापना संख्या 455
वर्तमान संस्करण 0.23
अंतिम अपडेट 2013-10-18
प्रकाशन तिथि 2013-10-18
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Universal share",
    "manifest_version": 2,
    "version": "0.23",
    "options_page": "page_options.html",
    "permissions": [
        "tabs",
        "management"
    ],
    "description": "Share this page with all you want...",
    "icons": {
        "16": "share16.png",
        "19": "share19.png",
        "48": "share48.png",
        "128": "share128.png"
    },
    "browser_action": {
        "default_icon": "share19.png",
        "default_popup": "popup.html",
        "default_title": "Share\/send with ..."
    }
}