Omni Plus

Great tools in one line.

什么是Omni Plus?

Omni Plus是由https://cil.rocks开发的Chrome扩展程序,该扩展的主要功能是“Great tools in one line.”。

扩展截图

screenshot

下载Omni Plus扩展crx文件

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

扩展使用说明

                        This extension provides a series of tools that could be accessed right in your Chrome address bar.
To use it, type 'op' in address bar and hit space bar. Once you see the extension icon and 'Omni Plus' show up, you can continue typing to choose a command and run it by hit Enter.

It's also open source on Github: https://github.com/JohnCido/omni-plus
You're welcomed to extend it following README document. Or using any available feedback methods to suggest new features.

Update log:
1.0.0:
 · init                    

扩展基本信息

名称 Omni Plus Omni Plus
ID pmjmpealmhemagiinkeendmoekpljpel
官方URL https://chromewebstore.google.com/detail/omni-plus/pmjmpealmhemagiinkeendmoekpljpel
简介 Great tools in one line.
文件大小 689 KB
安装次数 16
当前版本 1.0.1
更新时间 2016-12-03
上架时间 2016-12-03
开发者 https://cil.rocks
电子邮箱 [email protected]
付费类型 free
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.1",
    "minimum_chrome_version": "52",
    "omnibox": {
        "keyword": "op"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "\/img\/icons\/icon_16.png",
        "48": "\/img\/icons\/icon_48.png",
        "128": "\/img\/icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "\/js\/main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "notifications",
        "system.memory",
        "contextMenus",
        "management",
        "downloads",
        "downloads.shelf",
        "bookmarks",
        "history",
        "power",
        "topSites",
        "tts",
        "storage",
        "tabs",
        "idle"
    ],
    "homepage_url": "http:\/\/cil.rocks\/extensions\/"
}