Compare pages
To pages in one tab
Compare pages란 무엇입니까?
Compare pages은(는) LisL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To pages in one tab"입니다.
확장 프로그램 스크린샷
Compare pages 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |