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ファイルをダウンロード
Portrait Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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 )                     拡張機能の基本情報
| 名前 |   |  
| 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"
            ]
        }
    ]
}  |  |