Compare pages

To pages in one tab

Compare pagesとは何ですか?

Compare pagesはLisLによって開発されたChromeの拡張機能で、その主な機能は「To pages in one tab」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Compare pages拡張機能のCRXファイルをダウンロード

Compare pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Compare pages Compare pages
ID nnagheddigfhfphhahcjdoaonoaalcbf
公式URL https://chromewebstore.google.com/detail/compare-pages/nnagheddigfhfphhahcjdoaonoaalcbf
説明 To pages in one tab
ファイルサイズ 22.13 KB
インストール数 530
現在のバージョン 1.5
最終更新日 2013-09-04
公開日 2013-09-04
評価 1.61/5 合計 18 レビュー
開発者 LisL
支払い方法 free
対応言語 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"
    }
}