Right To Left
Turn input direction
O que é Right To Left?
Right To Left é uma extensão do Chrome desenvolvida por http://likeid.co.il, e sua principal característica é "Turn input direction".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Right To Left
Baixe arquivos de extensão Right To Left no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
אחד הדברים המציקים ביותר באתרים זה שאנחנו רוצים לרשום בעברית והטקסט מיושר לשמאל. לנו זה ממש הציק, אז החלטנו לעשות מעשה ולפתח אפליקציה לכרום שפותרת את הבעיה. יש לכם שדה בו אתם רושמים בעברית? לאחר ההתקנה לחצו על האייקון של האפליקציה והשדה ייושר לימין. תהנו חברים זה בחינם :) LikeiD
Informações Básicas da Extensão
Nome | |
ID | aabklpmcmnfomcdncnnikopjehfagbjb |
URL Oficial | https://chrome.google.com/webstore/detail/right-to-left/aabklpmcmnfomcdncnnikopjehfagbjb |
Descrição | Turn input direction |
Tamanho do Arquivo | 97.73 KB |
Contagem de Instalações | 91 |
Versão Atual | 1.2 |
Última Atualização | 2014-12-06 |
Data de Publicação | 2014-12-06 |
Desenvolvedor | http://likeid.co.il |
Tipo de Pagamento | free |
Idiomas Suportados | |
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", " |