ClickUp™ RTL & Bigger text
make ClickUp support RTL and bigger text to be readable
What is ClickUp™ RTL & Bigger text?
ClickUp™ RTL & Bigger text is a Chrome extension developed by essamsoft, and its main feature is "make ClickUp support RTL and bigger text to be readable".
Extension Screenshots
Download ClickUp™ RTL & Bigger text Extension CRX File
Download ClickUp™ RTL & Bigger text 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
make ClickUp support RTL and bigger text to be readable
Extension Basic Information
Name | ClickUp™ RTL & Bigger text |
ID | cgefnnkodedakpnlnbagmlnaggncamon |
Official URL | https://chromewebstore.google.com/detail/clickup-rtl-bigger-text/cgefnnkodedakpnlnbagmlnaggncamon |
Description | make ClickUp support RTL and bigger text to be readable |
File Size | 57.95 KB |
Installation Count | 130 |
Current Version | 1.0.7 |
Last Updated | 2023-06-19 |
Publish Date | 2022-12-20 |
Rating | 4.67/5 Total 3 Ratings |
Developer | essamsoft |
[email protected] | |
Payment Type | free |
Supported Languages | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClickUp\u2122 RTL & Bigger text", "description": "make ClickUp support RTL and bigger text to be readable", "version": "1.0.7", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Change ClickUp Text to RTL" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "clickuprtl.css" ], "matches": [ "https:\/\/*.clickup.com\/*" ], "extension_ids": [] } ], "host_permissions": [ "https:\/\/*.clickup.com\/*", "http:\/\/*.clickup.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.clickup.com\/*" ], "js": [ "rtl.js" ] } ], "icons": { "16": "16.jpg", "32": "32.png", "48": "128.png", "128": "128.png", "512": "0.png" } } |