Wikizero Direct

Access imgur and Wikipedia

什么是Wikizero Direct?

Wikizero Direct是由Ahmet Muhsin开发的Chrome扩展程序,该扩展的主要功能是“Access imgur and Wikipedia”。

扩展截图

screenshot

下载Wikizero Direct扩展crx文件

下载Wikizero Direct扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ----------------------------------------------------------------------------------------

 Add-on that redirects to 0imgur.com and 1wikipedia.org to access the Wikipedia and imgur.                    

扩展基本信息

名称 Wikizero Direct Wikizero Direct
ID koddlfhcbgnicnehplahjnhgikcanaip
官方URL https://chrome.google.com/webstore/detail/wikizero-direct/koddlfhcbgnicnehplahjnhgikcanaip
简介 Access imgur and Wikipedia
文件大小 72.93 KB
安装次数 32
当前版本 0.0.2.1
更新时间 2019-04-27
上架时间 2019-04-27
评分 5.00/5 共2次评分
开发者 Ahmet Muhsin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/killerbean26/Wikizero-Direct
支持的语言 tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikizero Direct",
    "short_name": "wikizero",
    "version": "0.0.2.1",
    "manifest_version": 2,
    "author": "Ahmet Muhsin",
    "description": "Access imgur and Wikipedia",
    "browser_action": {
        "default_icon": "icon\/icon.png",
        "default_popup": "source\/popup.html"
    },
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "background": {
        "scripts": [
            "source\/background2.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*.wikipedia.org\/",
        "https:\/\/*.wikipedia.org\/",
        "https:\/\/*.imgur.com\/",
        "http:\/\/*.imgur.com\/"
    ]
}