Language Direction

Change the direction and the writing mode of the page.

Language Direction क्या है?

Language Direction https://coderundebug.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the direction and the writing mode of the page."।

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

नाम Language Direction Language Direction
ID oakeadgoncdiphjhdhhoagbfgfclhllp
आधिकारिक URL https://chromewebstore.google.com/detail/language-direction/oakeadgoncdiphjhdhhoagbfgfclhllp
विवरण Change the direction and the writing mode of the page.
फ़ाइल का आकार 26.35 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-12-20
प्रकाशन तिथि 2022-12-20
डेवलपर https://coderundebug.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}