RTL ALL

Flip web pages to right-to-left for Arabic display

Vad är RTL ALL?

RTL ALL är en Chrome-tillägg utvecklad av dragonarab, och dess huvudfunktion är "Flip web pages to right-to-left for Arabic display".

Tilläggsskärmbilder

screenshot

Ladda ner RTL ALL-förlängningens CRX-fil

Ladda ner RTL ALL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Flip web pages to right-to-left for Arabic & Hebrew display with the RTL ALL Chrome Extension. This extension provides an easy-to-use button that flips the page to RTL direction, making it more accessible for Arabic-Hebrew-speaking users. With just one click, you can switch between RTL and LTR directions for an improved browsing experience. The extension supports various CSS styles for directional elements, ensuring that your web page looks and feels natural in RTL direction. Install RTL ALL today and start browsing the web in a way that suits your needs!                    

Grundläggande Information om Tillägg

Namn RTL ALL RTL ALL
ID eilpimgcclncpehhmnnplnfokcmdiefa
Officiell webbadress https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa
Beskrivning Flip web pages to right-to-left for Arabic display
Filstorlek 6.99 KB
Antal Installationer 1,682
Aktuell Version 1.0
Senast Uppdaterad 2023-11-24
Publiceringsdatum 2023-04-07
Betyg 4.44/5 Totalt 9 Betyg
Utvecklare dragonarab
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RTL ALL",
    "version": "1.0",
    "description": "Flip web pages to right-to-left for Arabic display",
    "action": {
        "default_icon": {
            "48": "icon48.png",
            "96": "icon96.png"
        },
        "default_popup": "popup.html",
        "default_title": "RTL Flip"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "48": "icon.png"
    }
}