Compare pages

To pages in one tab

Compare pages là gì?

Compare pages là một tiện ích mở rộng Chrome được phát triển bởi LisL, và tính năng chính của nó là "To pages in one tab".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Compare 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

                        This application allows you to simultaneously view two pages on one tab. Displaying pages occur via iframe. Sites with option installed X-Frame-Options DENY will be displayed.

UPD 02092013
1. Possibility to enter the URL of the page comparison
2. Ability to change the panels at the touch of a button
3. The added reference

UPD 27082013
1. Added ability to view the page source code.

UPD 26082013
1. Added the ability to display only the left pane, or just the right pane.                    

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

Tên Compare pages Compare pages
ID nnagheddigfhfphhahcjdoaonoaalcbf
URL Chính Thức https://chromewebstore.google.com/detail/compare-pages/nnagheddigfhfphhahcjdoaonoaalcbf
Mô tả To pages in one tab
Kích Thước Tệp 22.13 KB
Số Lần Cài Đặt 530
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2013-09-04
Ngày Phát Hành 2013-09-04
Đánh Giá 1.61/5 Tổng số 18 Đánh Giá
Nhà Phát Triển LisL
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "page_action": {
        "default_icon": "pic\/icon_4848.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "pic\/icon_1616.png",
        "48": "pic\/icon_4848.png",
        "128": "pic\/icon_128128.png"
    }
}