woo
woo
什么是woo?
woo是由https://bradgriffin.me开发的Chrome扩展程序,该扩展的主要功能是“woo”。
扩展截图
下载woo扩展crx文件
下载woo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
https://bradgriffin.me/woocommerce-help-chrome-extension
This Google Chrome Extension will simply modify the hyperlinks in WooTheme's Documentation so that you can SEE all the links in the documentation. 扩展基本信息
| 名称 | |
| ID | enjpepecjlefgdiohjdaagoocgflmang |
| 官方URL | https://chrome.google.com/webstore/detail/woo/enjpepecjlefgdiohjdaagoocgflmang |
| 简介 | woo |
| 文件大小 | 38.58 KB |
| 安装次数 | 14 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-03-09 |
| 上架时间 | 2016-03-09 |
| 开发者 | https://bradgriffin.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://bradgriffin.me/woocommerce-help-chrome-extension/ |
| 帮助页面URL | https://bradgriffin.me/woocommerce-help-chrome-extension/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_title": "woo",
"default_icon": "icon.png"
},
"name": "woo",
"description": "woo",
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"jquery-1.8.3.min.js",
"wootheme.js"
],
"matches": [
"https:\/\/docs.woothemes.com\/*",
"http:\/\/docs.woothemes.com\/*"
],
"run_at": "document_end"
}
],
"version": "0.1",
"manifest_version": 2
} | |