Similar Pages

Find pages similar to the current one!

Similar Pages là gì?

Similar Pages là một tiện ích mở rộng Chrome được phát triển bởi Austin Huang, và tính năng chính của nó là "Find pages similar to the current one!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Similar Pages

Tải xuống các tệp mở rộng Similar Pages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Similar Pages Similar Pages
ID acfdoaedghianhkhaneeejlcldikhgjh
URL Chính Thức https://chrome.google.com/webstore/detail/similar-pages/acfdoaedghianhkhaneeejlcldikhgjh
Mô tả Find pages similar to the current one!
Kích Thước Tệp 1.71 MB
Số Lần Cài Đặt 271
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-09-04
Ngày Phát Hành 2019-09-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Austin Huang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}