Quack

No echo chambers.

Quackとは何ですか?

Quackはphrazzldによって開発されたChromeの拡張機能で、その主な機能は「No echo chambers.」です。

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

screenshot
screenshot

Quack拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Quack is a tool to fight the echo chambers we all find ourselves in. Next time you're searching support for your arguments, whether on Google or YouTube or Bing (or even Yahoo), click the little blue duck icon in your browser. It will automatically open a new tab with opposing content for you. 

If we're going to find out what's really true, we're going to have to take it upon ourselves to practice better information hygiene.

Stay safe, and expose yourself to strong arguments from all sides, always!

* FYI, duck's quacks echo just like any other noise. The idea that they don't is fake news.                    

拡張機能の基本情報

名前 Quack Quack
ID ailkdmeochafekfnmfkkbhiljlcgeemf
公式URL https://chrome.google.com/webstore/detail/quack/ailkdmeochafekfnmfkkbhiljlcgeemf
説明 No echo chambers.
ファイルサイズ 191 KB
インストール数 23
現在のバージョン 18.3.6
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 1 レビュー
開発者 phrazzld
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quack",
    "version": "18.3.6",
    "description": "No echo chambers.",
    "author": "phrazzld",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "compromise.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "public\/images\/transparent_logo_16.png",
            "32": "public\/images\/transparent_logo_32.png",
            "64": "public\/images\/transparent_logo_64.png"
        }
    },
    "icons": {
        "16": "public\/images\/transparent_logo_16.png",
        "32": "public\/images\/transparent_logo_32.png",
        "64": "public\/images\/transparent_logo_64.png",
        "128": "public\/images\/transparent_logo_128.png",
        "256": "public\/images\/transparent_logo_256.png",
        "512": "public\/images\/transparent_logo_512.png"
    }
}