Language Direction

Change the direction and the writing mode of the page.

Language Direction là gì?

Language Direction là một tiện ích mở rộng Chrome được phát triển bởi https://coderundebug.com, và tính năng chính của nó là "Change the direction and the writing mode of the page.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Language Direction

Tải xuống các tệp mở rộng Language Direction 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

                        Some languages show text in different directions. English is written from left to right, Arabic is right to left and Chinese is written from top to bottom. This extension allows you to change how the text on a page is written. Its primary use is for software developers and testing CSS.

It sets the body element with the CSS properties "direction" and "writing-mode" to change how the flow of text and other elements appear on the page. This can be helpful for developers testing their own sites to make sure everything works correctly in different places around the world.                    

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

Tên Language Direction Language Direction
ID oakeadgoncdiphjhdhhoagbfgfclhllp
URL Chính Thức https://chromewebstore.google.com/detail/language-direction/oakeadgoncdiphjhdhhoagbfgfclhllp
Mô tả Change the direction and the writing mode of the page.
Kích Thước Tệp 26.35 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-12-20
Ngày Phát Hành 2022-12-20
Nhà Phát Triển https://coderundebug.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ms,de,en,fr,es,ru,iw,hi,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "author": "[email protected]",
    "homepage_url": "https:\/\/CodeRunDebug.com",
    "version": "1.0",
    "icons": {
        "16": "images\/default16.png",
        "32": "images\/default32.png",
        "48": "images\/default48.png",
        "128": "images\/default128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/default16.png",
            "32": "images\/default32.png",
            "48": "images\/default48.png",
            "128": "images\/default128.png"
        }
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}