肥魔饭否控制台

打开http://m.fanfou.com/home?console,再打开chrome console,你就知道

What is 肥魔饭否控制台?

肥魔饭否控制台 is a Chrome extension developed by 太空小孩, and its main feature is "打开http://m.fanfou.com/home?console,再打开chrome console,你就知道".

Extension Screenshots

screenshot

Download 肥魔饭否控制台 Extension CRX File

Download 肥魔饭否控制台 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

                        像程序员一样刷饭。

1.1.0 更新内容:

– 加入了昵称功能
– 在界面引入重绘:加信息集中化显示
– 修正了一些显示上的细节                    

Extension Basic Information

Name 肥魔饭否控制台 肥魔饭否控制台
ID penaopgalcgmaeglofeldocjgidhmgnm
Official URL https://chromewebstore.google.com/detail/%E8%82%A5%E9%AD%94%E9%A5%AD%E5%90%A6%E6%8E%A7%E5%88%B6%E5%8F%B0/penaopgalcgmaeglofeldocjgidhmgnm
Description 打开http://m.fanfou.com/home?console,再打开chrome console,你就知道
File Size 43.78 KB
Installation Count 28
Current Version 1.1.0
Last Updated 2015-06-07
Publish Date 2015-06-07
Developer 太空小孩
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u80a5\u9b54\u996d\u5426\u63a7\u5236\u53f0",
    "version": "1.1.0",
    "description": "\u6253\u5f00http:\/\/m.fanfou.com\/home?console\uff0c\u518d\u6253\u5f00chrome console\uff0c\u4f60\u5c31\u77e5\u9053",
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/m.fanfou.com\/home?console"
            ],
            "js": [
                "lib\/zepto.js",
                "js\/inject.js"
            ],
            "css": [
                "css\/css.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "lib\/*",
        "js\/*",
        "css\/*"
    ],
    "permissions": [
        "tabs",
        "http:\/\/m.fanfou.com\/home*"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "\u80a5\u9b54\u996d\u5426\u63a7\u5236\u53f0",
        "default_icon": "icon\/icon-48.png",
        "default_popup": "options.html",
        "run_at": "document_end"
    }
}