Omni Plus

Great tools in one line.

Hvad er Omni Plus?

Omni Plus er en Chrome-udvidelse udviklet af https://cil.rocks, og dens hovedfunktion er "Great tools in one line.".

Udvidelsesskærmbilleder

screenshot

Download Omni Plus-udvidelses-CRX-fil

Download Omni Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Omni Plus Omni Plus
ID pmjmpealmhemagiinkeendmoekpljpel
Officiel URL https://chromewebstore.google.com/detail/omni-plus/pmjmpealmhemagiinkeendmoekpljpel
Beskrivelse Great tools in one line.
Filstørrelse 689 KB
Antal Installationer 16
Nuværende Version 1.0.1
Senest Opdateret 2016-12-03
Udgivelsesdato 2016-12-03
Udvikler https://cil.rocks
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/"
}