Compare pages

To pages in one tab

Qu'est-ce que Compare pages ?

Compare pages est une extension Chrome développée par LisL, et sa fonction principale est "To pages in one tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Compare pages

Téléchargez les fichiers d'extension Compare pages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Compare pages Compare pages
ID nnagheddigfhfphhahcjdoaonoaalcbf
URL Officiel https://chromewebstore.google.com/detail/compare-pages/nnagheddigfhfphhahcjdoaonoaalcbf
Description To pages in one tab
Taille du Fichier 22.13 KB
Nombre d'Installations 530
Version Actuelle 1.5
Dernière Mise à Jour 2013-09-04
Date de Publication 2013-09-04
Évaluation 1.61/5 Total 18 Évaluations
Développeur LisL
Type de Paiement free
Langues Prises en Charge 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"
    }
}