SEO helper

helps with tasks like seeing if a page is indexable

SEO helperとは何ですか?

SEO helperはhttps://valentin.appによって開発されたChromeの拡張機能で、その主な機能は「helps with tasks like seeing if a page is indexable」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        SEO helper shows wether the current page can be indexed by Google or not and wether links will be follow or not.

release log:
v2.0 now with several new features like including status codes, redirects, robots.txt and canonical
v1.3 several bugfixes (including meta tag in body)
v1.2 now accounts for uppercase                    

拡張機能の基本情報

名前 SEO helper SEO helper
ID dcjpekmglilnkcbaocogljaiinepdjbm
公式URL https://chromewebstore.google.com/detail/seo-helper/dcjpekmglilnkcbaocogljaiinepdjbm
説明 helps with tasks like seeing if a page is indexable
ファイルサイズ 191 KB
インストール数 247
現在のバージョン 2.0
最終更新日 2018-12-03
公開日 2018-12-02
評価 5.00/5 合計 3 レビュー
開発者 https://valentin.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://valentin.app/robotsmeta.html
ヘルプページのURL https://twitter.com/VorticonCmdr
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html",
        "default_title": "SEO helper",
        "name": "SEO helper"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "description": "helps with tasks like seeing if a page is indexable",
    "manifest_version": 2,
    "name": "SEO helper",
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "tabs",
        ""
    ],
    "version": "2.0"
}