Rotate Page in Google Books

Click on a book page to get arrows in the upper corners for rotating the page in 90 degree increments.

Rotate Page in Google Books là gì?

Rotate Page in Google Books là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Click on a book page to get arrows in the upper corners for rotating the page in 90 degree increments.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rotate Page in Google Books

Tải xuống các tệp mở rộng Rotate Page in Google Books dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Rotates selected pages in Google Books results.

Some books have pages that are best viewed when rotated by 90 degrees right or left (i.e. clockwise or anti-clockwise). RotateBookPage makes this easy, right in the Google Books display of the book pages.

Step 1: Search for a book that has a page that needs to be rotated. For example: https://books.google.com/books?id=JS4QAAAAYAAJ&pg=PA25

Step 2: Click on the page to be rotated (page 25 in the example). Arrows in green circles ("rotation arrows") are displayed at the top-left and top-right corners of the page.

Step 3a: Click on the rotation arrow in the top-right corner to rotate the page to the right (i.e. clockwise).

Step 3b: Click on the rotation arrow in the top-left corner to rotate the page to the left (i.e. anti-clockwise).

Step 4: Click on the page again (when it isn't rotated) to remove the rotation arrows.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rotate Page in Google Books Rotate Page in Google Books
ID njekdcbanhfkdnnfmmbidoacmankeplg
URL Chính Thức https://chromewebstore.google.com/detail/rotate-page-in-google-boo/njekdcbanhfkdnnfmmbidoacmankeplg
Mô tả Click on a book page to get arrows in the upper corners for rotating the page in 90 degree increments.
Kích Thước Tệp 37.49 KB
Số Lần Cài Đặt 794
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-09-23
Ngày Phát Hành 2016-09-23
Đánh Giá 2.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotate Page in Google Books",
    "short_name": "RotateBookPage",
    "description": "Click on a book page to get arrows in the upper corners for rotating the page in 90 degree increments.",
    "version": "0.0.2",
    "minimum_chrome_version": "38",
    "icons": {
        "128": "assets\/rotate-page-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/books.google.com\/books"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/books.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "books.js"
            ]
        }
    ]
}