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 |
官方網址 | 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" } |