PZL! Social MultiSearch

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

Was ist PZL! Social MultiSearch?

PZL! Social MultiSearch ist eine Chrome-Erweiterung, die von http://www.alessandroamerighi.com entwickelt wurde, und ihr Hauptmerkmal ist "Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

PZL! Social MultiSearch-Erweiterungs-CRX-Datei herunterladen

Laden Sie PZL! Social MultiSearch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PZL! Social MultiSearch PZL! Social MultiSearch
ID cfnncbhfgdgodnkldjmbahjiemjcnidk
Offizielle URL https://chrome.google.com/webstore/detail/pzl-social-multisearch/cfnncbhfgdgodnkldjmbahjiemjcnidk
Beschreibung Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.
Dateigröße 829 KB
Installationsanzahl 83
Aktuelle Version 1.0.1
Letztes Update 2019-05-24
Veröffentlichungsdatum 2019-05-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://www.alessandroamerighi.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}