SEO Extractor

Tools to extract and analyze SEO data

SEO Extractorとは何ですか?

SEO ExtractorはSEO Extractorによって開発されたChromeの拡張機能で、その主な機能は「Tools to extract and analyze SEO data」です。

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

screenshot

SEO Extractor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Update: This extension has not been updated lately.

Grab SEO data quickly, right on your browser with the SEO Extractor.

Including extractors like:

* Extracto SERP data like organic results or PAA
* Extract headings, links, image URLS, etc.
* Grab Wikipedia common terms
* Grab common terms from any page
* Much more                    

拡張機能の基本情報

名前 SEO Extractor SEO Extractor
ID lmdnefllhiljfomcenmaojglalglejfo
公式URL https://chromewebstore.google.com/detail/seo-extractor/lmdnefllhiljfomcenmaojglalglejfo
説明 Tools to extract and analyze SEO data
ファイルサイズ 1.55 MB
インストール数 2,642
現在のバージョン 2.8.3
最終更新日 2022-07-16
公開日 2021-04-13
評価 5.00/5 合計 1 レビュー
開発者 SEO Extractor
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Extractor",
    "description": "Tools to extract and analyze SEO data",
    "version": "2.8.3",
    "manifest_version": 3,
    "icons": {
        "48": "public\/icon-main-48.png",
        "128": "public\/icon-main-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "oauth2": {
        "client_id": "140169318488-846k7dilkvqmo4ks4mlc9hootbb2kuk5.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "background": {
        "service_worker": "static\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "SEO Extractor",
        "default_icon": "public\/icon-main-48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src: self; object-src: self; worker-src: self;"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}