Page Grabber

Page Brabber, easy to extract content of interest from page.

什麼是Page Grabber?

Page Grabber是由Shoukun Sun開發的Chrome擴展程式,該擴展的主要功能是“Page Brabber, easy to extract content of interest from page.”。

擴展截圖

screenshot

下載Page Grabber擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Page Grabber Page Grabber
ID ockicahnllhjaiagfbdocfpoibphfimn
官方網址 https://chromewebstore.google.com/detail/page-grabber/ockicahnllhjaiagfbdocfpoibphfimn
簡介 Page Brabber, easy to extract content of interest from page.
檔案大小 59.28 KB
安裝次數 90
目前版本 0.1
更新時間 2019-03-03
上架時間 2019-02-26
開發者 Shoukun Sun
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Titor",
    "name": "Page Grabber",
    "short_name": "PG",
    "version": "0.1",
    "description": "Page Brabber, easy to extract content of interest from page.",
    "icons": {
        "128": "logo128.png",
        "64": "logo64.png",
        "32": "logo32.png"
    },
    "browser_action": {
        "default_icon": "logo64.png",
        "default_title": "Page Grabber",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}