Similar Pages

Find pages similar to the current one!

什麼是Similar Pages?

Similar Pages是由Austin Huang開發的Chrome擴展程式,該擴展的主要功能是“Find pages similar to the current one!”。

擴展截圖

screenshot

下載Similar Pages擴展crx文件

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

擴展使用說明

                        Click the extension icon to see similar pages! Currently only support English web sites.                    

擴展基本資訊

名稱 Similar Pages Similar Pages
ID acfdoaedghianhkhaneeejlcldikhgjh
官方網址 https://chrome.google.com/webstore/detail/similar-pages/acfdoaedghianhkhaneeejlcldikhgjh
簡介 Find pages similar to the current one!
檔案大小 1.71 MB
安裝次數 271
目前版本 0.1.0
更新時間 2019-09-04
上架時間 2019-09-04
評分 5.00/5 共 1 次評分
開發者 Austin Huang
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Similar Pages",
    "version": "0.1.0",
    "description": "Find pages similar to the current one!",
    "author": "Austin Huang",
    "permissions": [
        "https:\/\/*.google.com\/",
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click to see similar pages",
        "default_icon": {
            "16": "images\/similarpages16.png",
            "32": "images\/similarpages32.png",
            "48": "images\/similarpages48.png",
            "128": "images\/similarpages128.png"
        }
    },
    "icons": {
        "16": "images\/similarpages16.png",
        "32": "images\/similarpages32.png",
        "48": "images\/similarpages48.png",
        "128": "images\/similarpages128.png"
    },
    "manifest_version": 2
}