Portrait Mode

Experience the new horizon of web browsing; portrait mode.

Apa itu Portrait Mode?

Portrait Mode adalah ekstensi Chrome yang dikembangkan oleh jaewoong.info, dan fitur utamanya adalah "Experience the new horizon of web browsing; portrait mode.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Portrait Mode

Unduh file ekstensi Portrait Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 )                    

Informasi Dasar Ekstensi

Nama Portrait Mode Portrait Mode
ID odkneplaechagohpjfklebdjepjbkkhn
URL Resmi https://chromewebstore.google.com/detail/portrait-mode/odkneplaechagohpjfklebdjepjbkkhn
Deskripsi Experience the new horizon of web browsing; portrait mode.
Ukuran File 42.1 KB
Jumlah Instalasi 398
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-11-16
Tanggal Publikasi 2014-11-15
Penilaian 1.00/5 Total 3 Penilaian
Pengembang jaewoong.info
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}