Read In Bed

Rotate webpages 90, 180, or 270 degrees for easy reading in bed

Read In Bed क्या है?

Read In Bed https://danalexander.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rotate webpages 90, 180, or 270 degrees for easy reading in bed"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Read In Bed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ReadInBed - Chrome Extension

Rotate webpages 90, 180 or 270 degrees. Turn your screen without turning your computer! Note: Right after installing, refresh any open pages to enable the screen rotation.

Introducing ReadInBed, the Chrome extension that allows you to orient your screen the way you want! With a simple click of a button, quickly rotate your screen in any direction for your viewing pleasure.

This extension adds a button to your chrome browser that, when clicked, will rotate the screen in the preset direction. Go to the Options page (right click the icon and select “Options”) to change the direction to rotate to when the button is clicked. Alternatively, easily switch between screen orientations by pressing Shift+Ctrl+[Arrow Key].

FEATURES:

- Enable/Disable with a single button click.
- Rotate 90, 180 or 270 degrees.
- Switch orientation with Shift+Ctrl+[Arrow Key]
- Enjoy reading in bed!

Feel free to make changes & contribute! View the source at https://github.com/danalexander/readinbed-chrome                    

एक्सटेंशन की मूल जानकारी

नाम Read In Bed Read In Bed
ID gjbepkalbfffninamijgbcniiiogcgjp
आधिकारिक URL https://chromewebstore.google.com/detail/read-in-bed/gjbepkalbfffninamijgbcniiiogcgjp
विवरण Rotate webpages 90, 180, or 270 degrees for easy reading in bed
फ़ाइल का आकार 169 KB
स्थापना संख्या 4,530
वर्तमान संस्करण 0.2
अंतिम अपडेट 2014-03-01
प्रकाशन तिथि 2014-02-28
रेटिंग 2.74/5 कुल 34 रेटिंग्स
डेवलपर https://danalexander.org
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Read In Bed"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Rotate webpages 90, 180, or 270 degrees for easy reading in bed",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Read In Bed",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "inject_rotate.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.2"
}