Compare pages

To pages in one tab

Compare pages क्या है?

Compare pages LisL द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To pages in one tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Compare pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}