Kuaidula快读啦

快速接入快读啦kuaidula.com

What is Kuaidula快读啦?

Kuaidula快读啦 is a Chrome extension developed by September, and its main feature is "快速接入快读啦kuaidula.com".

Extension Screenshots

screenshot

Download Kuaidula快读啦 Extension CRX File

Download Kuaidula快读啦 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ==4,25,2014更新==
加入当前页面支持,无需跳转

快速接入快读啦kuaidula.com
选中文字右键即可使用                    

Extension Basic Information

Name Kuaidula快读啦 Kuaidula快读啦
ID eciblbmhipceenpjandbgolgdndlbple
Official URL https://chromewebstore.google.com/detail/kuaidula%E5%BF%AB%E8%AF%BB%E5%95%A6/eciblbmhipceenpjandbgolgdndlbple
Description 快速接入快读啦kuaidula.com
File Size 53.75 KB
Installation Count 2,677
Current Version 1.1.1
Last Updated 2014-03-25
Publish Date 2014-03-25
Rating 3.96/5 Total 53 Ratings
Developer September
Payment Type free
Extension Website http://kuaidula.com
Help Page URL http://kuaidula.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kuaidula\u5feb\u8bfb\u5566",
    "description": "\u5feb\u901f\u63a5\u5165\u5feb\u8bfb\u5566kuaidula.com",
    "version": "1.1.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "manifest_version": 2
}