Logical Increments Field Agent
Provides quick access to LogicalIncrements.com
What is Logical Increments Field Agent?
Logical Increments Field Agent is a Chrome extension developed by http://www.logicalincrements.com, and its main feature is "Provides quick access to LogicalIncrements.com".
Extension Screenshots
Download Logical Increments Field Agent Extension CRX File
Download Logical Increments Field Agent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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! Extension Basic Information
| Name | |
| ID | nfmnmfdickgjlfdjmjnaejgkjeebfadc |
| Official URL | https://chrome.google.com/webstore/detail/logical-increments-field/nfmnmfdickgjlfdjmjnaejgkjeebfadc |
| Description | Provides quick access to LogicalIncrements.com |
| File Size | 44.26 KB |
| Installation Count | 139 |
| Current Version | 1.2013.1029.0 |
| Last Updated | 2013-10-29 |
| Publish Date | 2013-10-29 |
| Rating | 3.25/5 Total 4 Ratings |
| Developer | http://www.logicalincrements.com |
| Payment Type | free |
| Supported Languages | 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"
} | |