Omni Plus

Great tools in one line.

ما هو Omni Plus؟

Omni Plus هو إضافة Chrome تم تطويرها بواسطة https://cil.rocks، والميزة الرئيسية لها هي "Great tools in one line.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Omni Plus

قم بتنزيل ملفات الامتداد Omni Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
}