Logical Increments Field Agent
Provides quick access to LogicalIncrements.com
Wat is Logical Increments Field Agent?
Logical Increments Field Agent is een Chrome-extensie ontwikkeld door http://www.logicalincrements.com, en de belangrijkste functie is "Provides quick access to LogicalIncrements.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Logical Increments Field Agent
Download Logical Increments Field Agent-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | nfmnmfdickgjlfdjmjnaejgkjeebfadc |
Officiële URL | https://chrome.google.com/webstore/detail/logical-increments-field/nfmnmfdickgjlfdjmjnaejgkjeebfadc |
Beschrijving | Provides quick access to LogicalIncrements.com |
Bestandsgrootte | 44.26 KB |
Aantal Installaties | 139 |
Huidige Versie | 1.2013.1029.0 |
Laatst Bijgewerkt | 2013-10-29 |
Publicatiedatum | 2013-10-29 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://www.logicalincrements.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } |