Double Read
This extension will allow you to read in two different columns, which act like independent pages.
Double Read란 무엇입니까?
Double Read은(는) Andres Martin Jimenez (artistamultimedia.es)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will allow you to read in two different columns, which act like independent pages."입니다.
확장 프로그램 스크린샷
Double Read 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Chrome extension that will allow you to read websites on two columns (which act like independent pages). IMPORTANT: There's a limitation, websites which don't allow external origin scripts won't load. What's new 1.6: - Now it stops when there's no more to show - Updates scroll on resize - You can scroll from both sides What's new 1.3: - Error message when iframe not possible - Now when you click on a link the other column/frame also updates. - New icon
확장 프로그램 기본 정보
이름 | Double Read |
ID | kcacjknamjmflfkgibhnidhhddiaidao |
공식 URL | https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao |
설명 | This extension will allow you to read in two different columns, which act like independent pages. |
파일 크기 | 5.67 KB |
설치 횟수 | 756 |
현재 버전 | 1.6 |
최근 업데이트 | 2014-04-07 |
출시 날짜 | 2014-04-07 |
평점 | 4.33/5 총 15 개의 평점 |
개발자 | Andres Martin Jimenez (artistamultimedia.es) |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Double Read", "version": "1.6", "description": "This extension will allow you to read in two different columns, which act like independent pages.", "icons": { "48": "icon.png" }, "background": { "persistent": false, "scripts": [ "doubleread.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png" } } |