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
}