东方财富辅助程序
This extension demonstrates a 'browser action' with kittens.
Cos'è 东方财富辅助程序?
东方财富辅助程序 è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "This extension demonstrates a 'browser action' with kittens.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 东方财富辅助程序
Scarica i file di estensione 东方财富辅助程序 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
显示【持有基金产品】明细中的收益率,满足
(1)按基金产品显示
本插件已下线—2017.02.09。 Informazioni di Base sull'Estensione
| Nome | |
| ID | fnfkhhfielhomihgnhjelkhcapogbhfk |
| URL Ufficiale | 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 |
| Descrizione | This extension demonstrates a 'browser action' with kittens. |
| Dimensione del File | 42.63 KB |
| Conteggio Installazioni | 18 |
| Versione Corrente | 2.4 |
| Ultimo Aggiornamento | 2017-02-09 |
| Data di Pubblicazione | 2017-02-09 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | [email protected] |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |