Right To Left

Turn input direction

What is Right To Left?

Right To Left is a Chrome extension developed by http://likeid.co.il, and its main feature is "Turn input direction".

Extension Screenshots

screenshot

Download Right To Left Extension CRX File

Download Right To Left extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

LikeiD                    

Extension Basic Information

Name Right To Left Right To Left
ID aabklpmcmnfomcdncnnikopjehfagbjb
Official URL https://chrome.google.com/webstore/detail/right-to-left/aabklpmcmnfomcdncnnikopjehfagbjb
Description Turn input direction
File Size 97.73 KB
Installation Count 91
Current Version 1.2
Last Updated 2014-12-06
Publish Date 2014-12-06
Developer http://likeid.co.il
Payment Type free
Supported Languages
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'"
}