东方财富辅助程序
This extension demonstrates a 'browser action' with kittens.
Wat is 东方财富辅助程序?
东方财富辅助程序 is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "This extension demonstrates a 'browser action' with kittens.".
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)按基金产品显示
本插件已下线—2017.02.09。 Basisinformatie over de Extensie
| Naam | |
| ID | fnfkhhfielhomihgnhjelkhcapogbhfk |
| Officiële 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 |
| Beschrijving | This extension demonstrates a 'browser action' with kittens. |
| Bestandsgrootte | 42.63 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 2.4 |
| Laatst Bijgewerkt | 2017-02-09 |
| Publicatiedatum | 2017-02-09 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | [email protected] |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |