PZL! Social MultiSearch

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

ما هو PZL! Social MultiSearch؟

PZL! Social MultiSearch هو إضافة Chrome تم تطويرها بواسطة http://www.alessandroamerighi.com، والميزة الرئيسية لها هي "Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PZL! Social MultiSearch

قم بتنزيل ملفات الامتداد PZL! Social MultiSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
        }
    }
}