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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}