株探3分割
株探を3分割します。
What is 株探3分割?
株探3分割 is a Chrome extension developed by https://growth-investment.net, and its main feature is "株探を3分割します。".
Extension Screenshots
Download 株探3分割 Extension CRX File
Download 株探3分割 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
株探の個別銘柄ページに入ると「チャート」「ニュース」「決算」のリンクを1枚の画面に3分割して表示します。 ブックマークレット版もあります。 説明ページ:http://growth-investment.net/archives/2191
Extension Basic Information
Name | 株探3分割 |
ID | boeidbeclnljmallkogfpgbechkebmlc |
Official URL | https://chromewebstore.google.com/detail/%E6%A0%AA%E6%8E%A2%EF%BC%93%E5%88%86%E5%89%B2/boeidbeclnljmallkogfpgbechkebmlc |
Description | 株探を3分割します。 |
File Size | 10.03 KB |
Installation Count | 179 |
Current Version | 1 |
Last Updated | 2018-11-06 |
Publish Date | 2018-11-06 |
Developer | https://growth-investment.net |
Payment Type | free |
Extension Website | http://growth-investment.net/archives/2191 |
Help Page URL | http://growth-investment.net/archives/2191 |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u682a\u63a2\uff13\u5206\u5272", "description": "\u682a\u63a2\u30923\u5206\u5272\u3057\u307e\u3059\u3002", "version": "1", "content_scripts": [ { "matches": [ "https:\/\/kabutan.jp\/stock\/*" ], "js": [ "onload.js" ], "run_at": "document_end" } ] } |