Seo Previewer

Show Seo Tags

什麼是Seo Previewer?

Seo Previewer是由https://egami2787.hatenablog.com開發的Chrome擴展程式,該擴展的主要功能是“Show Seo Tags”。

擴展截圖

screenshot

下載Seo Previewer擴展crx文件

下載Seo Previewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        閲覧中のウェブサイトにおいて、SEOで重要となるタグの中身を簡単に見ることができます。

You can see contents which is important for SEO easily. Try it out!!!                    

擴展基本資訊

名稱 Seo Previewer Seo Previewer
ID ehddoakgfehpkahfcnknofmimkhcomln
官方網址 https://chromewebstore.google.com/detail/seo-previewer/ehddoakgfehpkahfcnknofmimkhcomln
簡介 Show Seo Tags
檔案大小 62.11 KB
安裝次數 46
目前版本 1.5
更新時間 2016-04-18
上架時間 2016-04-18
開發者 https://egami2787.hatenablog.com
付費類型 free
支援的語言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seo Previewer",
    "version": "1.5",
    "description": "Show Seo Tags",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicon.png"
    }
}