Compare pages

To pages in one tab

Compare pagesคืออะไร?

Compare pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LisL และคุณลักษณะหลักของมันคือ "To pages in one tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compare pages

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}