Storyful Multisearch

Storyful are happy to announce a re-launch of our Multisearch Chrome extension. We're constantly building new tools to empower our…

Storyful Multisearch क्या है?

Storyful Multisearch https://storyful.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Storyful are happy to announce a re-launch of our Multisearch Chrome extension. We're constantly building new tools to empower our…"।

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

screenshot
screenshot
screenshot

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

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

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

                        Storyful are happy to announce a re-launch of our Multisearch Chrome extension. We're constantly building new tools to empower our journalists to discover amazing content that newsrooms, brands and  video producers can quickly turn to their advantage. One of these tools, which we're sharing with the world is our Multisearch extension.

It's a simple solution for a simple problem. Often a news story or trend breaks on one social platform and  quickly spreads to others. The Multisearch extension helps you quickly query keywords across Twitter, YouTube, Tumblr, Instagram and Spokeo, in the comfort of your own browser.

Simply click on the extension, enter in your search term and the extension will open up new tabs for each social network showing the the search results in each.

Please also note that this extension uses Heap Analytics for general usage statistics. Storyful only tracks how many searches are being performed and never what you are searching for.                    

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

नाम Storyful Multisearch Storyful Multisearch
ID hkglibabhninbjmaccpajiakojeacnaf
आधिकारिक URL https://chromewebstore.google.com/detail/storyful-multisearch/hkglibabhninbjmaccpajiakojeacnaf
विवरण Storyful are happy to announce a re-launch of our Multisearch Chrome extension. We're constantly building new tools to empower our…
फ़ाइल का आकार 781 KB
स्थापना संख्या 3,025
वर्तमान संस्करण 2.1.6
अंतिम अपडेट 2015-07-22
प्रकाशन तिथि 2015-07-22
रेटिंग 3.36/5 कुल 11 रेटिंग्स
डेवलपर https://storyful.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://storyful.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Storyful Multisearch",
    "version": "2.1.6",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.storyful.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/js\/jquery\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "src\/content_scripts\/overlay.js"
            ],
            "css": [
                "\/css\/overlay.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Storyful Multisearch"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "https:\/\/ssl.google-analytics.com\/",
        "http:\/\/*\/*\/",
        "https:\/\/*\/*\/"
    ],
    "web_accessible_resources": [
        "src\/*",
        "bower_components\/*"
    ]
}