Similar Pages

Find pages similar to the current one!

What is Similar Pages?

Similar Pages is a Chrome extension developed by Austin Huang, and its main feature is "Find pages similar to the current one!".

Extension Screenshots

screenshot

Download Similar Pages Extension CRX File

Download Similar Pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Similar Pages Similar Pages
ID acfdoaedghianhkhaneeejlcldikhgjh
Official URL https://chrome.google.com/webstore/detail/similar-pages/acfdoaedghianhkhaneeejlcldikhgjh
Description Find pages similar to the current one!
File Size 1.71 MB
Installation Count 271
Current Version 0.1.0
Last Updated 2019-09-04
Publish Date 2019-09-04
Rating 5.00/5 Total 1 Ratings
Developer Austin Huang
Email [email protected]
Payment Type free
Supported Languages 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
}