Portrait Mode
Experience the new horizon of web browsing; portrait mode.
Portrait Mode란 무엇입니까?
Portrait Mode은(는) jaewoong.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience the new horizon of web browsing; portrait mode."입니다.
확장 프로그램 스크린샷
Portrait Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Why no portrait mode for laptop? Here, I proudly introduce the Portrait Mode for chrome! * Only works with laptops with accelerometer/gyroscope ( old Macbook pro w/ HDD ) * Created for Stupid Shit No One Needs & Terrible Ideas Hackathon, November 2014 ( http://www.stupidhackathon.com/ ) * This extension is just a minor modification of existing extension Read In Bed ( https://chrome.google.com/webstore/detail/read-in-bed/gjbepkalbfffninamijgbcniiiogcgjp?hl=en )
확장 프로그램 기본 정보
이름 | Portrait Mode |
ID | odkneplaechagohpjfklebdjepjbkkhn |
공식 URL | https://chromewebstore.google.com/detail/portrait-mode/odkneplaechagohpjfklebdjepjbkkhn |
설명 | Experience the new horizon of web browsing; portrait mode. |
파일 크기 | 42.1 KB |
설치 횟수 | 398 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-11-16 |
출시 날짜 | 2014-11-15 |
평점 | 1.00/5 총 3 개의 평점 |
개발자 | jaewoong.info |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Portrait Mode", "description": "Experience the new horizon of web browsing; portrait mode.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.9.1.min.js", "inject_rotate.js" ] } ] } |