Workflowy - RTL converter
Workflowy - RTL converter
What is Workflowy - RTL converter?
Workflowy - RTL converter is a Chrome extension developed by usezenmode, and its main feature is "Workflowy - RTL converter".
Extension Screenshots
Download Workflowy - RTL converter Extension CRX File
Download Workflowy - RTL converter 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
Enable workflowy.com documents RTL text direction for Hebrew users convenience. You can toggles workflowy.com document from Right to Left and vice versa
Extension Basic Information
Name | Workflowy - RTL converter |
ID | bfhaidjcphghdomcpeaifjdbkfogknic |
Official URL | https://chromewebstore.google.com/detail/workflowy-rtl-converter/bfhaidjcphghdomcpeaifjdbkfogknic |
Description | Workflowy - RTL converter |
File Size | 4.97 KB |
Installation Count | 98 |
Current Version | 1.0 |
Last Updated | 2021-10-20 |
Publish Date | 2021-10-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | usezenmode |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |