Google Search Console Extended
Extends the new Google Search Console
Google Search Console Extendedとは何ですか?
Google Search Console ExtendedはWebreloadによって開発されたChromeの拡張機能で、その主な機能は「Extends the new Google Search Console」です。
拡張機能のスクリーンショット
Google Search Console Extended拡張機能のCRXファイルをダウンロード
Google Search Console Extended拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extends the new Google Search Console with some Features Features in Version 1 - Full width of the search console - Clickable Link in URL Inspection Tool - Copy all Links
拡張機能の基本情報
名前 | Google Search Console Extended |
ID | gafcchglbfbajijlhhcnklpdcljldhlk |
公式URL | https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk |
説明 | Extends the new Google Search Console |
ファイルサイズ | 9.63 KB |
インストール数 | 2,470 |
現在のバージョン | 1.4 |
最終更新日 | 2020-05-31 |
公開日 | 2020-05-30 |
評価 | 2.60/5 合計 5 レビュー |
開発者 | Webreload |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console Extended", "version": "1.4", "description": "Extends the new Google Search Console", "permissions": [ "https:\/\/search.google.com\/*", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/*" ], "css": [ "gsc.css" ], "js": [ "gsc.js" ] } ], "icons": { "128": "gsc-e.png" }, "manifest_version": 2 } |