Omni Plus
Great tools in one line.
Τι είναι το Omni Plus;
Το Omni Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cil.rocks, και η κύρια λειτουργία του είναι "Great tools in one line.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Omni Plus
Λήψη αρχείων επέκτασης 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 |
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\/" } |