PZL! Social MultiSearch

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

PZL! Social MultiSearch là gì?

PZL! Social MultiSearch là một tiện ích mở rộng Chrome được phát triển bởi http://www.alessandroamerighi.com, và tính năng chính của nó là "Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PZL! Social MultiSearch

Tải xuống các tệp mở rộng PZL! Social MultiSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PZL! Social MultiSearch PZL! Social MultiSearch
ID cfnncbhfgdgodnkldjmbahjiemjcnidk
URL Chính Thức https://chrome.google.com/webstore/detail/pzl-social-multisearch/cfnncbhfgdgodnkldjmbahjiemjcnidk
Mô tả Look up content simultaneously on Twitter, Facebook, Instagram and YouTube.
Kích Thước Tệp 829 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-05-24
Ngày Phát Hành 2019-05-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.alessandroamerighi.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}