ClickUp™ RTL & Bigger text
make ClickUp support RTL and bigger text to be readable
ClickUp™ RTL & Bigger textとは何ですか?
ClickUp™ RTL & Bigger textはessamsoftによって開発されたChromeの拡張機能で、その主な機能は「make ClickUp support RTL and bigger text to be readable」です。
拡張機能のスクリーンショット
ClickUp™ RTL & Bigger text拡張機能のCRXファイルをダウンロード
ClickUp™ RTL & Bigger text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
make ClickUp support RTL and bigger text to be readable 拡張機能の基本情報
| 名前 | |
| ID | cgefnnkodedakpnlnbagmlnaggncamon |
| 公式URL | https://chromewebstore.google.com/detail/clickup-rtl-bigger-text/cgefnnkodedakpnlnbagmlnaggncamon |
| 説明 | make ClickUp support RTL and bigger text to be readable |
| ファイルサイズ | 57.95 KB |
| インストール数 | 130 |
| 現在のバージョン | 1.0.7 |
| 最終更新日 | 2023-06-19 |
| 公開日 | 2022-12-20 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | essamsoft |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |