Dual Webpage Viewer

This extension allows you to view two webpages at the same time

什麼是Dual Webpage Viewer?

Dual Webpage Viewer是由axchang777開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to view two webpages at the same time”。

擴展截圖

screenshot
screenshot

下載Dual Webpage Viewer擴展crx文件

下載Dual Webpage Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Dual Webpage Viewer is a simple and easy-to-use extension for opera. With Dual Webpage Viewer, you can view two pages in the same tab. Simply type in your URL in http format, and click "Submit". The pop-up will extend to allow you to view two web pages at once.                    

擴展基本資訊

名稱 Dual Webpage Viewer Dual Webpage Viewer
ID nejkphnelblbbhjcohphnabhdpehlogl
官方網址 https://chromewebstore.google.com/detail/dual-webpage-viewer/nejkphnelblbbhjcohphnabhdpehlogl
簡介 This extension allows you to view two webpages at the same time
檔案大小 10.56 KB
安裝次數 1,767
目前版本 1.2
更新時間 2014-10-13
上架時間 2014-10-13
評分 2.69/5 共 13 次評分
開發者 axchang777
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dual Webpage Viewer",
    "description": "This extension allows you to view two webpages at the same time",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}