Logical Increments Field Agent

Provides quick access to LogicalIncrements.com

Co to jest Logical Increments Field Agent?

Logical Increments Field Agent to rozszerzenie Chrome opracowane przez http://www.logicalincrements.com, a jego główną funkcją jest „Provides quick access to LogicalIncrements.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Logical Increments Field Agent

Pobierz pliki rozszerzeń Logical Increments Field Agent w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Logical Increments Field Agent Logical Increments Field Agent
ID nfmnmfdickgjlfdjmjnaejgkjeebfadc
Oficjalny URL https://chrome.google.com/webstore/detail/logical-increments-field/nfmnmfdickgjlfdjmjnaejgkjeebfadc
Opis Provides quick access to LogicalIncrements.com
Rozmiar pliku 44.26 KB
Liczba instalacji 139
Aktualna Wersja 1.2013.1029.0
Ostatnia Aktualizacja 2013-10-29
Data Publikacji 2013-10-29
Ocena 3.25/5 Łącznie 4 Oceny
Deweloper http://www.logicalincrements.com
Typ Płatności free
Obsługiwane Języki 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"
}