Easy! Show Title Plus
Display title tag and meta:description,meta:keywords,in the corner of the browser.
Co je Easy! Show Title Plus?
Easy! Show Title Plus je rozšíření Chrome vyvinuté https://capotast.co.jp, a jeho hlavní funkcí je „Display title tag and meta:description,meta:keywords,in the corner of the browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Easy! Show Title Plus
Stáhněte si soubory rozšíření Easy! Show Title Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Easy! Show Title Plus |
ID | gdpfgejmikpgbnbhbhjegjfglhodfloa |
Oficiální URL | https://chromewebstore.google.com/detail/easy-show-title-plus/gdpfgejmikpgbnbhbhjegjfglhodfloa |
Popis | Display title tag and meta:description,meta:keywords,in the corner of the browser. |
Velikost souboru | 62.15 KB |
Počet instalací | 2,121 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2022-09-20 |
Datum Vydání | 2016-11-20 |
Hodnocení | 4.75/5 Celkem 4 Hodnocení |
Vývojář | https://capotast.co.jp |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://capotast.co.jp/privacy-policy.html |
Podporované Jazyky | 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:\/\/*\/*" ] } ] } |