Get All The Links!

A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.

什麼是Get All The Links!?

Get All The Links!是由deniskoo開發的Chrome擴展程式,該擴展的主要功能是“A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.”。

擴展截圖

screenshot

下載Get All The Links!擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
官方網址 https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
簡介 A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
檔案大小 46.39 KB
安裝次數 43
目前版本 0.1
更新時間 2018-03-13
上架時間 2018-03-13
開發者 deniskoo
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get All The Links!",
    "description": "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "serp.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}