Add Numbers to Google Search Results

Add Numbers to Google Search Results.

什麼是Add Numbers to Google Search Results?

Add Numbers to Google Search Results是由https://organicsearch.agency開發的Chrome擴展程式,該擴展的主要功能是“Add Numbers to Google Search Results.”。

擴展截圖

screenshot

下載Add Numbers to Google Search Results擴展crx文件

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

擴展使用說明

                        Numbers will appear next to each Google search result, so you can easily track your rankings.

Useful SEO tool.                    

擴展基本資訊

名稱 Add Numbers to Google Search Results Add Numbers to Google Search Results
ID hmhfgamokbcmojdfcfnlalffmkkbfpjb
官方網址 https://chromewebstore.google.com/detail/add-numbers-to-google-sea/hmhfgamokbcmojdfcfnlalffmkkbfpjb
簡介 Add Numbers to Google Search Results.
檔案大小 5.81 KB
安裝次數 3,221
目前版本 1
更新時間 2018-12-25
上架時間 2018-12-24
評分 3.25/5 共 4 次評分
開發者 https://organicsearch.agency
電子郵箱 [email protected]
付費類型 free
擴展官網 https://organicsearch.agency
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "ordinate.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "Add Numbers to Google Search Results",
    "description": "Add Numbers to Google Search Results.",
    "version": "1",
    "author": "organicsearch.agency",
    "browser_action": {
        "default_icon": "organicsearch.agency.png",
        "default_title": "Add Numbers to Google Search Results"
    }
}