SEO Page Inspector

Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.

什么是SEO Page Inspector?

SEO Page Inspector是由Amin F开发的Chrome扩展程序,该扩展的主要功能是“Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.”。

扩展截图

screenshot
screenshot
screenshot

下载SEO Page Inspector扩展crx文件

下载SEO Page Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SEO Page Inspector is an efficient tool for SEO professionals, designed to make their lives easier. With just a double click, you can analyze images and pages, by revealing important information like alt-tags, file names, meta titles and meta descriptions. With this extension, you'll be able to optimize your website for better SEO performance in no time. No more digging through code, or switching between tabs. SEO Page Inspector makes it easy to see what's working and what needs improvement. Try it now and make your SEO life easier.                    

扩展基本信息

名称 SEO Page Inspector SEO Page Inspector
ID alocccfnnojlcakhdigbgnjiibdfchpl
官方URL https://chromewebstore.google.com/detail/seo-page-inspector/alocccfnnojlcakhdigbgnjiibdfchpl
简介 Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.
文件大小 24.85 KB
安装次数 32
当前版本 1.1
更新时间 2024-01-29
上架时间 2023-02-02
评分 5.00/5 共2次评分
开发者 Amin F
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://aminforoutan.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Page Inspector",
    "description": "Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.",
    "version": "1.1",
    "author": "Amin F",
    "icons": {
        "128": "seo-inspector.png"
    },
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "seo-inspector.png"
        },
        "default_title": "Activate SEO Page Inspector"
    },
    "manifest_version": 3
}