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」です。

拡張機能のスクリーンショット

screenshot

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!                    

拡張機能の基本情報

名前 Logical Increments Field Agent Logical Increments Field Agent
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"
}