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 |
官方網址 | 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 } |