Verticalize Rotate 90 degrees

typography, bamboo sheet, vertical reading, rotate 90 degrees, asian , hebrew, left to right, top to bottom

Verticalize Rotate 90 degrees là gì?

Verticalize Rotate 90 degrees là một tiện ích mở rộng Chrome được phát triển bởi go Vegan, và tính năng chính của nó là "typography, bamboo sheet, vertical reading, rotate 90 degrees, asian , hebrew, left to right, top to bottom".

Ả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 Verticalize Rotate 90 degrees

Tải xuống các tệp mở rộng Verticalize Rotate 90 degrees 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

                        Verticalize webpage typography,

^
|
|
----->


 
V
e
r
t
i
c
a
l
i
z
e



like bamboo strip book in ancient asian reading , or hebrew language ,

rotate webpage with 90 degrees.                    

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

Tên Verticalize Rotate 90 degrees Verticalize Rotate 90 degrees
ID dhdfpijlmfebebnjcmpoeigbjekfmjmf
URL Chính Thức https://chromewebstore.google.com/detail/verticalize-rotate-90-deg/dhdfpijlmfebebnjcmpoeigbjekfmjmf
Mô tả typography, bamboo sheet, vertical reading, rotate 90 degrees, asian , hebrew, left to right, top to bottom
Kích Thước Tệp 261 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-11-19
Ngày Phát Hành 2020-05-04
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển go Vegan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.nationearth.com/
URL Trang Trợ Giúp http://www.nationearth.com/
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "version": "2.0.1",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/shu16.png",
        "48": "icons\/shu48.png",
        "128": "icons\/shu128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "jquery\/jquery-1.11.3.min.js",
                "jquery-nearest\/src\/jquery.nearest.min.js",
                "jQuery.scrollIntoView\/jquery.scrollIntoView.min.js",
                "TAKETORI-JS-master\/taketori.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/shu48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "icons\/shu32.png",
        "TAKETORI-JS-master\/taketori.css"
    ]
}