东方财富辅助程序
This extension demonstrates a 'browser action' with kittens.
东方财富辅助程序とは何ですか?
东方财富辅助程序は[email protected]によって開発されたChromeの拡張機能で、その主な機能は「This extension demonstrates a 'browser action' with kittens.」です。
拡張機能のスクリーンショット
东方财富辅助程序拡張機能のCRXファイルをダウンロード
东方财富辅助程序拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
显示【持有基金产品】明细中的收益率,满足
(1)按基金产品显示
本插件已下线—2017.02.09。 拡張機能の基本情報
| 名前 | |
| ID | fnfkhhfielhomihgnhjelkhcapogbhfk |
| 公式URL | https://chromewebstore.google.com/detail/%E4%B8%9C%E6%96%B9%E8%B4%A2%E5%AF%8C%E8%BE%85%E5%8A%A9%E7%A8%8B%E5%BA%8F/fnfkhhfielhomihgnhjelkhcapogbhfk |
| 説明 | This extension demonstrates a 'browser action' with kittens. |
| ファイルサイズ | 42.63 KB |
| インストール数 | 18 |
| 現在のバージョン | 2.4 |
| 最終更新日 | 2017-02-09 |
| 公開日 | 2017-02-09 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | [email protected] |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u4e1c\u65b9\u8d22\u5bcc\u8f85\u52a9\u7a0b\u5e8f",
"description": "This extension demonstrates a 'browser action' with kittens.",
"version": "2.4",
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"jquery-1.10.2.min.js"
],
"persistent": true
},
"web_accessible_resources": [
"jquery-1.10.2.min.js"
],
"content_scripts": [
{
"matches": [
"https:\/\/trade.1234567.com.cn\/*"
],
"js": [
"myscript.js"
]
}
]
} | |