Soulmix Extension

Remix the best of the web.

Soulmix Extension क्या है?

Soulmix Extension https://soulmix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remix the best of the web."।

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

screenshot
screenshot
screenshot

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

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

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

                        The Soulmix Chrome Extension makes it easy to share your favorite online finds.

Click the Chrome extension icon to bring up options for sharing.

Pro-tip: Right-clicking on an image and press the 'Remix It!' button as a shortcut to share images!

--
Soulmix: Remix the best of the web.

Soulmix is a free online tool to collect and share your favorite things online.

* Share your favorite images, web articles, videos, slideshares, soundclounds, vines, etc.
* Add your own thoughts, perspectives, and opinions to each post
* Organize your the posts into your own personal remixes
* Follow others to discover more great stuff

Check us out at: http://www.soulmix.com

If you have any questions, get in touch at [email protected]                    

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

नाम Soulmix Extension Soulmix Extension
ID bblgelgkbofjlnjedielgedgiagcgejf
आधिकारिक URL https://chromewebstore.google.com/detail/soulmix-extension/bblgelgkbofjlnjedielgedgiagcgejf
विवरण Remix the best of the web.
फ़ाइल का आकार 432 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2014-07-15
प्रकाशन तिथि 2014-07-15
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://soulmix.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soulmix Extension",
    "short_name": "Soulmix",
    "description": "Remix the best of the web.",
    "version": "0.0.7",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "background",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "bookmarklet.css"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.11.1.min.js",
        "bookmarklet.js",
        "bookmarklet.css"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Post to Soulmix"
    }
}