Omni Plus
Great tools in one line.
Omni Plus क्या है?
Omni Plus https://cil.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Great tools in one line."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Omni Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/" } |