PZL! Social MultiSearch

Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.

PZL! Social MultiSearchとは何ですか?

PZL! Social MultiSearchはhttp://www.alessandroamerighi.comによって開発されたChromeの拡張機能で、その主な機能は「Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

PZL! Social MultiSearch拡張機能のCRXファイルをダウンロード

PZL! Social MultiSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        PZL! Social MultiSearch is a simple search engine to explore content on multiple social media. With this extension, users can query up to four social networks at the same time and on a single click. Just type your search and select which services to search from among Twitter, Facebook, Instagram and YouTube.

Whether you're a journalist doing research on news stories, looking for user-generated content to use in your website, or you just want to speed up the process of searching on different social media, PZL! has got your back.

The tool is completely free and has been developed by the MA Digital Journalism student Alessandro Amerighi as part of his Digital Sandbox final coursework.                    

拡張機能の基本情報

名前 PZL! Social MultiSearch PZL! Social MultiSearch
ID cfnncbhfgdgodnkldjmbahjiemjcnidk
公式URL https://chrome.google.com/webstore/detail/pzl-social-multisearch/cfnncbhfgdgodnkldjmbahjiemjcnidk
説明 Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.
ファイルサイズ 829 KB
インストール数 83
現在のバージョン 1.0.1
最終更新日 2019-05-24
公開日 2019-05-23
評価 5.00/5 合計 2 レビュー
開発者 http://www.alessandroamerighi.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PZL! Social MultiSearch",
    "description": "Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.",
    "version": "1.0.1",
    "icons": {
        "16": "images\/puzzle16.png",
        "32": "images\/puzzle32.png",
        "48": "images\/puzzle48.png",
        "128": "images\/puzzle128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "PZL! Social MultiSearch",
        "default_icon": {
            "16": "images\/puzzle16.png",
            "32": "images\/puzzle32.png",
            "48": "images\/puzzle48.png",
            "128": "images\/puzzle128.png"
        }
    }
}