Omatic NXT Accelerator
Provides quick access to previously viewed NXT Constituents
什么是Omatic NXT Accelerator?
Omatic NXT Accelerator是由https://omaticsoftware.com开发的Chrome扩展程序,该扩展的主要功能是“Provides quick access to previously viewed NXT Constituents”。
扩展截图
下载Omatic NXT Accelerator扩展crx文件
下载Omatic NXT Accelerator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Omatic NXT Accelerator is a FREE plugin that puts your previously opened NXT records at your fingertips. It allows one click access to up to 13 recently accessed NXT constituent records and allows searching of your entire history for any record you have opened. You can also directly access gifts, actions, and proposals from the plugin and jump to the main NXT work areas. Since it links directly to the constituent records you don't even have to be on the NXT site when you use it. We would love to hear your feedback!
扩展基本信息
名称 | Omatic NXT Accelerator |
ID | gppgkpjcmmgnihiopidimpdjddgfllkk |
官方URL | https://chromewebstore.google.com/detail/omatic-nxt-accelerator/gppgkpjcmmgnihiopidimpdjddgfllkk |
简介 | Provides quick access to previously viewed NXT Constituents |
文件大小 | 600 KB |
安装次数 | 14 |
当前版本 | 0.1.3 |
更新时间 | 2016-03-11 |
上架时间 | 2016-03-11 |
评分 | 5.00/5 共1次评分 |
开发者 | https://omaticsoftware.com |
付费类型 | free |
扩展官网 | http://www.omaticsoftware.com |
帮助页面URL | http://www.omaticsoftware.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omatic NXT Accelerator", "short_name": "NXTAccelerator", "description": "Provides quick access to previously viewed NXT Constituents", "version": "0.1.3", "icons": { "16": "img\/omatic16.png", "48": "img\/omatic48.png", "128": "img\/omatic128.png" }, "browser_action": { "default_icon": "img\/omatic48.png", "default_popup": "popup.html" }, "permissions": [ "history", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |