docs.qq.comExtension

A plugin for docs.qq.com,to increment width of page

What is docs.qq.comExtension?

docs.qq.comExtension is a Chrome extension developed by mmfei, and its main feature is "A plugin for docs.qq.com,to increment width of page".

Download docs.qq.comExtension Extension CRX File

Download docs.qq.comExtension 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

                                            

Extension Basic Information

Name docs.qq.comExtension docs.qq.comExtension
ID pgdjohlkpcckledhkjmgdpbaleafogom
Official URL https://chrome.google.com/webstore/detail/docsqqcomextension/pgdjohlkpcckledhkjmgdpbaleafogom
Description A plugin for docs.qq.com,to increment width of page
File Size 45.19 KB
Installation Count 14
Current Version 1.0
Last Updated 2018-04-25
Publish Date 2018-04-25
Developer mmfei
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "docs.qq.comExtension",
    "version": "1.0",
    "description": "A plugin for docs.qq.com\uff0cto increment width of page",
    "icons": {
        "16": "logo.little.blue.png",
        "64": "logo.little.blue.png",
        "128": "logo.little.blue.png"
    },
    "browser_action": {
        "default_icon": "logo.little.blue.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "bookmarks",
        "tabs",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.qq.com\/*"
            ],
            "css": [
                "mystyles.css"
            ]
        }
    ]
}