肥魔饭否控制台
打开http://m.fanfou.com/home?console,再打开chrome console,你就知道
Wat is 肥魔饭否控制台?
肥魔饭否控制台 is een Chrome-extensie ontwikkeld door 太空小孩, en de belangrijkste functie is "打开http://m.fanfou.com/home?console,再打开chrome console,你就知道".
Extensie Screenshots
Download het CRX-bestand van de extensie 肥魔饭否控制台
Download 肥魔饭否控制台-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
像程序员一样刷饭。
1.1.0 更新内容:
– 加入了昵称功能
– 在界面引入重绘:加信息集中化显示
– 修正了一些显示上的细节 Basisinformatie over de Extensie
| Naam | |
| ID | penaopgalcgmaeglofeldocjgidhmgnm |
| Officiële 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 |
| Beschrijving | 打开http://m.fanfou.com/home?console,再打开chrome console,你就知道 |
| Bestandsgrootte | 43.78 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2015-06-07 |
| Publicatiedatum | 2015-06-07 |
| Ontwikkelaar | 太空小孩 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |