Right To Left

Turn input direction

Cos'è Right To Left?

Right To Left è un'estensione di Chrome sviluppata da http://likeid.co.il, e la sua funzione principale è "Turn input direction".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Right To Left

Scarica i file di estensione Right To Left in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        אחד הדברים המציקים ביותר באתרים זה שאנחנו רוצים לרשום בעברית והטקסט מיושר לשמאל. 
לנו זה ממש הציק, אז החלטנו לעשות מעשה ולפתח אפליקציה לכרום שפותרת את הבעיה.

יש לכם שדה בו אתם רושמים בעברית? לאחר ההתקנה לחצו על האייקון של האפליקציה והשדה ייושר לימין.

תהנו חברים זה בחינם :)

LikeiD                    

Informazioni di Base sull'Estensione

Nome Right To Left Right To Left
ID aabklpmcmnfomcdncnnikopjehfagbjb
URL Ufficiale https://chrome.google.com/webstore/detail/right-to-left/aabklpmcmnfomcdncnnikopjehfagbjb
Descrizione Turn input direction
Dimensione del File 97.73 KB
Conteggio Installazioni 91
Versione Corrente 1.2
Ultimo Aggiornamento 2014-12-06
Data di Pubblicazione 2014-12-06
Sviluppatore http://likeid.co.il
Tipo di Pagamento free
Lingue Supportate
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right To Left",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Turn input direction",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}