Switch Direction
Switch Direction in edits, useful for mixed RTL and LTR texts.
Qu'est-ce que Switch Direction ?
Switch Direction est une extension Chrome développée par ebraminio, et sa fonction principale est "Switch Direction in edits, useful for mixed RTL and LTR texts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Switch Direction
Téléchargez les fichiers d'extension Switch Direction au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple extension for switching direction on edits useful for rtl, ltr mixed text editing. This extension is open-source :) Here is code of it: https://github.com/ebraminio/switchdirection/ == Version 0.6 == * Localization for Arabic and Hebrew (in addition to Persian) * Supporting text inputs inside iframe == Version 0.5 == * Adding support for content editables and GMail mail composer. == Version 0.4 == * Adding Ctrl+Shift+X hotkey for Switch Direction, but it is not enabled by default * Supporting file:/// scheme, but you must enable that on Chrome extension manager == Version 0.3 == * Huge code cleanup * Hidden character tools removed (I will create other addon for that) * Options can applied instantly * Working well in https pages == Version 0.2 == * Options menu added * Switch direction added to the whole page (Must be enabled from options menu) * Directional character insert buttons added and a button to show/hide them on the editing (Must be enabled from options menu) == Version 0.1 == * Simple extension with direction switch on edits published
Informations de Base sur l'Extension
Nom | |
ID | fldkjfjmcadcklboajlnclnfjpdopcce |
URL Officiel | https://chrome.google.com/webstore/detail/switch-direction/fldkjfjmcadcklboajlnclnfjpdopcce |
Description | Switch Direction in edits, useful for mixed RTL and LTR texts. |
Taille du Fichier | 16.49 KB |
Nombre d'Installations | 4,724 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2013-04-20 |
Date de Publication | 2013-04-20 |
Évaluation | 4.57/5 Total 21 Évaluations |
Développeur | ebraminio |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Switch Direction in edits, useful for mixed RTL and LTR texts.", "default_locale": "en", "name": "Switch Direction", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", " |