Better Regex in Search Console

Better Regex in Search Console is the ultimate time saver for SEO professionals 😎

Better Regex in Search Consoleとは何ですか?

Better Regex in Search Consoleはhttps://www.thisisnati.comによって開発されたChromeの拡張機能で、その主な機能は「Better Regex in Search Console is the ultimate time saver for SEO professionals 😎」です。

拡張機能のスクリーンショット

screenshot
screenshot

Better Regex in Search Console拡張機能のCRXファイルをダウンロード

Better Regex in Search Console拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Better Regex in Search Console is the ultimate time saver for SEO professionals. This simple yet powerful Chrome extension comes with out-of-the-box useful regex presets you can use in the "Search results" report in Google Search Console, and even lets create and save your own for later use.

Built-in Regex Presets:
save time and copy-pasting with the built-in presets specially crafted for SEO professionals.

Save Your Own Presets:
The built-in presets not good enough for you? no problem! add and save your own presets for repeat use.

Seamless Integration with Google Search Console:
Better Regex In GSC seamlessly integrates with the Search Console UI while providing enhanced regex functionality.                    

拡張機能の基本情報

名前 Better Regex in Search Console Better Regex in Search Console
ID mcdjmnipdjjlmjmcdegeeloekjlfiadd
公式URL https://chromewebstore.google.com/detail/better-regex-in-search-co/mcdjmnipdjjlmjmcdegeeloekjlfiadd
説明 Better Regex in Search Console is the ultimate time saver for SEO professionals 😎
ファイルサイズ 147 KB
インストール数 896
現在のバージョン 1.0
最終更新日 2024-02-22
公開日 2024-02-20
評価 5.00/5 合計 4 レビュー
開発者 https://www.thisisnati.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.thisisnati.com/
ヘルプページのURL https://www.thisisnati.com/contact
プライバシーポリシーページのURL https://www.thisisnati.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Regex in Search Console",
    "version": "1.0",
    "description": "Better Regex in Search Console is the ultimate time saver for SEO professionals \ud83d\ude0e",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*search-console*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/empty-state.gif",
                "assets\/patterns.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}