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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display title tag and meta:description,meta:keywords,in the corner of the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy! Show Title Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}