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
Eメール [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\/"
}