Simple Share

Simply share your current tab by email, to your social networks or your Shaarli!

Simple Share क्या है?

Simple Share Nicolas Devenet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply share your current tab by email, to your social networks or your Shaarli!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli.
You can customize the extension to enable only services you want :)

Use the Omnibox for directly share the page with the keyword “share”.                    

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

नाम Simple Share Simple Share
ID dpojjbgadcmbpdkmlgjcmamefmcfliem
आधिकारिक URL https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem
विवरण Simply share your current tab by email, to your social networks or your Shaarli!
फ़ाइल का आकार 21.59 KB
स्थापना संख्या 244
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2018-04-16
प्रकाशन तिथि 2018-04-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Nicolas Devenet
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Devenet/SimpleShare
सहायता पृष्ठ URL https://github.com/Devenet/SimpleShare/issues
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Share",
    "short_name": "Share",
    "version": "1.1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "browser_action": {
        "default_popup": "share.html",
        "default_icon": "images\/icon-19.png",
        "default_title": "__MSG_browser_action_title__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "author": "Nicolas Devenet",
    "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare",
    "options_page": "options.html",
    "omnibox": {
        "keyword": "share"
    },
    "permissions": [
        "activeTab"
    ]
}