Share everything!

Share ALL the things!

Share everything! क्या है?

Share everything! arktiv.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share ALL the things!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Share links, images, videos and webpages to
Facebook,
Twitter,
Google+,
Tumblr,
Email,
Pinterest,
LinkedIn and
Reddit.

Right click on the item you'd like to share and look for the share icon to use

Uses SharingButton.io Javascript free buttons to prevent tracking

Source: https://github.com/arktiv/share-everything/                    

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

नाम Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
आधिकारिक URL https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
विवरण Share ALL the things!
फ़ाइल का आकार 13.25 KB
स्थापना संख्या 13
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-11-02
प्रकाशन तिथि 2018-11-02
डेवलपर arktiv.site
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://arktiv.site/extensions/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share everything!",
    "description": "Share ALL the things!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "shareeverything.js"
            ],
            "css": [
                "shareeverything.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}