Logical Increments Field Agent
Provides quick access to LogicalIncrements.com
Logical Increments Field Agent क्या है?
Logical Increments Field Agent http://www.logicalincrements.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides quick access to LogicalIncrements.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Logical Increments Field Agent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |