Logical Increments Field Agent

Provides quick access to LogicalIncrements.com

Qu'est-ce que Logical Increments Field Agent ?

Logical Increments Field Agent est une extension Chrome développée par http://www.logicalincrements.com, et sa fonction principale est "Provides quick access to LogicalIncrements.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Logical Increments Field Agent

Téléchargez les fichiers d'extension Logical Increments Field Agent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Logical Increments Field Agent Logical Increments Field Agent
ID nfmnmfdickgjlfdjmjnaejgkjeebfadc
URL Officiel https://chrome.google.com/webstore/detail/logical-increments-field/nfmnmfdickgjlfdjmjnaejgkjeebfadc
Description Provides quick access to LogicalIncrements.com
Taille du Fichier 44.26 KB
Nombre d'Installations 139
Version Actuelle 1.2013.1029.0
Dernière Mise à Jour 2013-10-29
Date de Publication 2013-10-29
Évaluation 3.25/5 Total 4 Évaluations
Développeur http://www.logicalincrements.com
Type de Paiement free
Langues Prises en Charge 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"
}