PZL! Social MultiSearch

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

Wat is PZL! Social MultiSearch?

PZL! Social MultiSearch is een Chrome-extensie ontwikkeld door http://www.alessandroamerighi.com, en de belangrijkste functie is "Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PZL! Social MultiSearch

Download PZL! Social MultiSearch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PZL! Social MultiSearch PZL! Social MultiSearch
ID cfnncbhfgdgodnkldjmbahjiemjcnidk
Officiële URL https://chrome.google.com/webstore/detail/pzl-social-multisearch/cfnncbhfgdgodnkldjmbahjiemjcnidk
Beschrijving Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.
Bestandsgrootte 829 KB
Aantal Installaties 83
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-05-24
Publicatiedatum 2019-05-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://www.alessandroamerighi.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}