Workflowy - RTL converter

Workflowy - RTL converter

Wat is Workflowy - RTL converter?

Workflowy - RTL converter is een Chrome-extensie ontwikkeld door usezenmode, en de belangrijkste functie is "Workflowy - RTL converter".

Extensie Screenshots

Download het CRX-bestand van de extensie Workflowy - RTL converter

Download Workflowy - RTL converter-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

                        Enable workflowy.com documents RTL text direction for Hebrew users convenience.
You can  toggles workflowy.com document from Right to Left and vice versa                    

Basisinformatie over de Extensie

Naam Workflowy - RTL converter Workflowy - RTL converter
ID bfhaidjcphghdomcpeaifjdbkfogknic
Officiële URL https://chromewebstore.google.com/detail/workflowy-rtl-converter/bfhaidjcphghdomcpeaifjdbkfogknic
Beschrijving Workflowy - RTL converter
Bestandsgrootte 4.97 KB
Aantal Installaties 98
Huidige Versie 1.0
Laatst Bijgewerkt 2021-10-20
Publicatiedatum 2021-10-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar usezenmode
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workflowy - RTL converter",
    "version": "1.0",
    "description": "Workflowy - RTL converter",
    "browser_action": {
        "default_title": "Workflowy - RTL converter",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/workflowy.com\/*"
    ]
}