適時開示ヘルパー

TDnet(適時開示情報閲覧サービス)を便利に使うための拡張です。

What is 適時開示ヘルパー?

適時開示ヘルパー is a Chrome extension developed by ティン@iMarket(適時開示ネット), and its main feature is "TDnet(適時開示情報閲覧サービス)を便利に使うための拡張です。".

Extension Screenshots

screenshot

Download 適時開示ヘルパー Extension CRX File

Download 適時開示ヘルパー 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

                        現在では、Macで適時開示を開いた時に公開日を選べるようにしています。

※元のページのアイコン周りのデザインが崩れてしまいますが、ご了承ください。使用には差し支えない範囲と思います。

iMarket(適時開示ネット)もよろしくお願いします。 http://tyn-imarket.com                    

Extension Basic Information

Name 適時開示ヘルパー 適時開示ヘルパー
ID imjhjfgaegcafgijjablbkidclknbode
Official URL https://chromewebstore.google.com/detail/%E9%81%A9%E6%99%82%E9%96%8B%E7%A4%BA%E3%83%98%E3%83%AB%E3%83%91%E3%83%BC/imjhjfgaegcafgijjablbkidclknbode
Description TDnet(適時開示情報閲覧サービス)を便利に使うための拡張です。
File Size 122 KB
Installation Count 194
Current Version 0.1.6
Last Updated 2015-05-13
Publish Date 2015-05-13
Rating 5.00/5 Total 2 Ratings
Developer ティン@iMarket(適時開示ネット)
Email [email protected]
Payment Type free
Extension Website http://tyn-imarket.com
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9069\u6642\u958b\u793a\u30d8\u30eb\u30d1\u30fc",
    "version": "0.1.6",
    "manifest_version": 2,
    "description": "TDnet\uff08\u9069\u6642\u958b\u793a\u60c5\u5831\u95b2\u89a7\u30b5\u30fc\u30d3\u30b9\uff09\u3092\u4fbf\u5229\u306b\u4f7f\u3046\u305f\u3081\u306e\u62e1\u5f35\u3067\u3059\u3002",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.release.tdnet.info\/inbs\/*"
            ],
            "css": [
                "bootstrap.css",
                "mystyle.css"
            ],
            "js": [
                "jquery.js",
                "bootstrap.js",
                "myscript.js"
            ]
        }
    ]
}