Logical Increments Field Agent

Provides quick access to LogicalIncrements.com

Logical Increments Field Agent là gì?

Logical Increments Field Agent là một tiện ích mở rộng Chrome được phát triển bởi http://www.logicalincrements.com, và tính năng chính của nó là "Provides quick access to LogicalIncrements.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Logical Increments Field Agent

Tải xuống các tệp mở rộng Logical Increments Field Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Logical Increments Field Agent Logical Increments Field Agent
ID nfmnmfdickgjlfdjmjnaejgkjeebfadc
URL Chính Thức https://chrome.google.com/webstore/detail/logical-increments-field/nfmnmfdickgjlfdjmjnaejgkjeebfadc
Mô tả Provides quick access to LogicalIncrements.com
Kích Thước Tệp 44.26 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 1.2013.1029.0
Cập Nhật Lần Cuối 2013-10-29
Ngày Phát Hành 2013-10-29
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://www.logicalincrements.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}