Logical Increments Field Agent

Provides quick access to LogicalIncrements.com

Co je Logical Increments Field Agent?

Logical Increments Field Agent je rozšíření Chrome vyvinuté http://www.logicalincrements.com, a jeho hlavní funkcí je „Provides quick access to LogicalIncrements.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Logical Increments Field Agent

Stáhněte si soubory rozšíření Logical Increments Field Agent ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Logical Increments Field Agent Logical Increments Field Agent
ID nfmnmfdickgjlfdjmjnaejgkjeebfadc
Oficiální URL https://chrome.google.com/webstore/detail/logical-increments-field/nfmnmfdickgjlfdjmjnaejgkjeebfadc
Popis Provides quick access to LogicalIncrements.com
Velikost souboru 44.26 KB
Počet instalací 139
Aktuální Verze 1.2013.1029.0
Poslední Aktualizace 2013-10-29
Datum Vydání 2013-10-29
Hodnocení 3.25/5 Celkem 4 Hodnocení
Vývojář http://www.logicalincrements.com
Typ Platby free
Podporované Jazyky 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"
}