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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Storyful Multisearch

Λήψη αρχείων επέκτασης Storyful Multisearch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
    ]
}