Onion Headlines

Turn Headlines To Onion Headlines

Onion Headlinesとは何ですか?

Onion Headlinesはcharleslane23によって開発されたChromeの拡張機能で、その主な機能は「Turn Headlines To Onion Headlines」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension allows you to change news headlines into "The Onion" headlines.All you do is navigate to a news website and click on the onion icon in the top right.

 It is just for fun, and I hope you enjoy.                    

拡張機能の基本情報

名前 Onion Headlines Onion Headlines
ID ejbcloneedcjeiaahcebfcncknapopof
公式URL https://chrome.google.com/webstore/detail/onion-headlines/ejbcloneedcjeiaahcebfcncknapopof
説明 Turn Headlines To Onion Headlines
ファイルサイズ 389 KB
インストール数 83
現在のバージョン 2.2
最終更新日 2016-02-22
公開日 2016-02-22
評価 5.00/5 合計 2 レビュー
開発者 charleslane23
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Onion Headlines",
    "description": "Turn Headlines To Onion Headlines",
    "version": "2.2",
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Onion Headlines",
        "default_icon": "onion.png"
    },
    "manifest_version": 2
}