Omni Plus

Great tools in one line.

Qu'est-ce que Omni Plus ?

Omni Plus est une extension Chrome développée par https://cil.rocks, et sa fonction principale est "Great tools in one line.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Omni Plus

Téléchargez les fichiers d'extension Omni Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Omni Plus Omni Plus
ID pmjmpealmhemagiinkeendmoekpljpel
URL Officiel https://chromewebstore.google.com/detail/omni-plus/pmjmpealmhemagiinkeendmoekpljpel
Description Great tools in one line.
Taille du Fichier 689 KB
Nombre d'Installations 16
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-12-03
Date de Publication 2016-12-03
Développeur https://cil.rocks
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
}