Betteridgerator

Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.

Betteridgeratorとは何ですか?

Betteridgeratorはhttps://everythingisfilm.comによって開発されたChromeの拡張機能で、その主な機能は「Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This app adds no to the end of headlines with question marks in them.                    

拡張機能の基本情報

名前 Betteridgerator Betteridgerator
ID algibpjejkgahhcbpocckhinpbgacagm
公式URL https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm
説明 Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
ファイルサイズ 147 KB
インストール数 44
現在のバージョン 1.1.1
最終更新日 2015-11-06
公開日 2015-11-06
評価 4.00/5 合計 2 レビュー
開発者 https://everythingisfilm.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Betteridgerator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.",
    "homepage_url": "http:\/\/everythingisfilm.com",
    "author": "Michael Morgenstern",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "all_frames": true
        }
    ]
}