Easy! Show Title Plus

Display title tag and meta:description,meta:keywords,in the corner of the browser.

Easy! Show Title Plus란 무엇입니까?

Easy! Show Title Plus은(는) https://capotast.co.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display title tag and meta:description,meta:keywords,in the corner of the browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Easy! Show Title Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TItle(タイトル)およびメタDescription(ディスクリプション)、メタKeywordsなど、SEO対策の際に重要だと考えられるタグを、そのページの隅にポップアップ表示するツールです。
各タグの表示・非表示はオプションにて切り替えることができます。
またポップアップの表示位置も4箇所設定可能です。
ポップアップの切り替え自身も、アイコンクリックですぐにできるので必要な時だけに使用できます。
ポップアップは印刷には反映されないため、安心してお使い下さい。

2021.09.25
- Fixed a bug to get the title element in SVG
- h1 tag display function has been added.

2022.06.12
- h2 & h3 tag display function has been added.(Added hidden option.)

2022.09.17
- Added processing to re-acquire with regular expression when title tag is not acquired                    

확장 프로그램 기본 정보

이름 Easy! Show Title Plus Easy! Show Title Plus
ID gdpfgejmikpgbnbhbhjegjfglhodfloa
공식 URL https://chromewebstore.google.com/detail/easy-show-title-plus/gdpfgejmikpgbnbhbhjegjfglhodfloa
설명 Display title tag and meta:description,meta:keywords,in the corner of the browser.
파일 크기 62.15 KB
설치 횟수 2,121
현재 버전 1.2.1
최근 업데이트 2022-09-20
출시 날짜 2016-11-20
평점 4.75/5 총 4 개의 평점
개발자 https://capotast.co.jp
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://capotast.co.jp/privacy-policy.html
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.1",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "img\/icon128.png"
    },
    "author": "TAKAMICHI MAKI",
    "background": {
        "service_worker": "js\/eventpage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "lib\/jquery\/jquery-3.6.0.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/capotast.co.jp\/",
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}