tdk

タイトル、キーワード、ディスクリプション、カノニカル等を表示します。

What is tdk?

tdk is a Chrome extension developed by Maromaro@Sasaki, and its main feature is "タイトル、キーワード、ディスクリプション、カノニカル等を表示します。".

Extension Screenshots

screenshot

Download tdk Extension CRX File

Download tdk 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

                        イトル、キーワード、ディスクリプション、カノニカル等を表示します。

CTRL+SHIFT+ALT+Tで表示・非表示できます(20150617変更)

ogタグに対応、見た目の変更(20150702変更)

色替え等対応 (20150703)

alternateタグ対応と、表示画面をposition:absoluteに変更

macでのショートカットを分かり易く表示(20150909変更)

右クリックで表示ができるようになりました。(20190930変更)                    

Extension Basic Information

Name tdk tdk
ID nidbndcmlccgghfbiccmaoaoghchhnoc
Official URL https://chromewebstore.google.com/detail/tdk/nidbndcmlccgghfbiccmaoaoghchhnoc
Description タイトル、キーワード、ディスクリプション、カノニカル等を表示します。
File Size 406 KB
Installation Count 454
Current Version 1.1.3
Last Updated 2019-09-30
Publish Date 2019-09-29
Developer Maromaro@Sasaki
Payment Type free
Extension Website http://blog.maromaro.co.jp/archives/325
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tdk",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "\u30bf\u30a4\u30c8\u30eb\u3001\u30ad\u30fc\u30ef\u30fc\u30c9\u3001\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3\u3001\u30ab\u30ce\u30cb\u30ab\u30eb\u7b49\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "css": [
                "reset.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "icons": {
        "128": "img\/tdk-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}