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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Storyful Multisearch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}