freework
BI产品开发辅助插件
freeworkとは何ですか?
freeworkはtaojinhuoによって開発されたChromeの拡張機能で、その主な機能は「BI产品开发辅助插件」です。
拡張機能のスクリーンショット
freework拡張機能のCRXファイルをダウンロード
freework拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
用于freework f-bi 快速跳转到编辑页, freework f-bi can free your work.
come from alibaba 拡張機能の基本情報
| 名前 | |
| ID | lcildkdgnehaglooigeaahnocgpmigjk |
| 公式URL | https://chromewebstore.google.com/detail/freework/lcildkdgnehaglooigeaahnocgpmigjk |
| 説明 | BI产品开发辅助插件 |
| ファイルサイズ | 344 KB |
| インストール数 | 160 |
| 現在のバージョン | 1.0.6 |
| 最終更新日 | 2021-09-25 |
| 公開日 | 2018-03-20 |
| 開発者 | taojinhuo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "fire",
"name": "freework",
"version": "1.0.6",
"description": "BI\u4ea7\u54c1\u5f00\u53d1\u8f85\u52a9\u63d2\u4ef6",
"icons": {
"128": "images\/icon-bi-128.png",
"16": "images\/icon-bi-16.png",
"48": "images\/icon-bi-48.png",
"64": "images\/icon-bi-64.png"
},
"action": {
"default_icon": {
"128": "images\/icon-bi-128.png",
"16": "images\/icon-bi-16.png",
"48": "images\/icon-bi-48.png",
"64": "images\/icon-bi-64.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"js\/jquery-3.6.0.min.js",
"js\/main.js"
],
"all_frames": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"optional_permissions": [],
"host_permissions": [
"https:\/\/*.alibaba-inc.com\/",
"http:\/\/*.alibaba-inc.com\/",
"https:\/\/*.aliyun-inc.com\/",
"https:\/\/*.aliyun.com\/",
"https:\/\/*.taobao.com\/"
],
"permissions": [
"tabs"
]
} | |