Logical Increments Field Agent
Provides quick access to LogicalIncrements.com
什么是Logical Increments Field Agent?
Logical Increments Field Agent是由http://www.logicalincrements.com开发的Chrome扩展程序,该扩展的主要功能是“Provides quick access to LogicalIncrements.com”。
扩展截图
下载Logical Increments Field Agent扩展crx文件
下载Logical Increments Field Agent扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WHAT'S NEW: * Fixed a storage bug which was potentially causing the app to show "NEW" when there wasn't anything new. At least, we can't reproduce it anymore, so we assume it's fixed. :) Special thanks for thefinch for fixing this!
扩展基本信息
名称 | |
ID | nfmnmfdickgjlfdjmjnaejgkjeebfadc |
官方URL | https://chrome.google.com/webstore/detail/logical-increments-field/nfmnmfdickgjlfdjmjnaejgkjeebfadc |
简介 | Provides quick access to LogicalIncrements.com |
文件大小 | 44.26 KB |
安装次数 | 139 |
当前版本 | 1.2013.1029.0 |
更新时间 | 2013-10-29 |
上架时间 | 2013-10-29 |
评分 | 3.25/5 共4次评分 |
开发者 | http://www.logicalincrements.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Logical Increments Field Agent", "version": "1.2013.1029.0", "description": "Provides quick access to LogicalIncrements.com", "permissions": [ "notifications", "background", "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "images\/icon.png" }, "background": { "page": "background.html" }, "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "homepage_url": "http:\/\/www.logicalincrements.com?aid=cr" } |