Right To Left

Turn input direction

Wat is Right To Left?

Right To Left is een Chrome-extensie ontwikkeld door http://likeid.co.il, en de belangrijkste functie is "Turn input direction".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Right To Left

Download Right To Left-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

LikeiD                    

Basisinformatie over de Extensie

Naam Right To Left Right To Left
ID aabklpmcmnfomcdncnnikopjehfagbjb
Officiële URL https://chrome.google.com/webstore/detail/right-to-left/aabklpmcmnfomcdncnnikopjehfagbjb
Beschrijving Turn input direction
Bestandsgrootte 97.73 KB
Aantal Installaties 91
Huidige Versie 1.2
Laatst Bijgewerkt 2014-12-06
Publicatiedatum 2014-12-06
Ontwikkelaar http://likeid.co.il
Betalingswijze free
Ondersteunde Talen
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'"
}