Better Planner
Limpa interface do Microsoft Planner e deixa na tela aquilo que realmente importa.
Better Plannerとは何ですか?
Better Plannerはtuliospuriによって開発されたChromeの拡張機能で、その主な機能は「Limpa interface do Microsoft Planner e deixa na tela aquilo que realmente importa.」です。
拡張機能のスクリーンショット
Better Planner拡張機能のCRXファイルをダウンロード
Better Planner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Aumenta a área dos cards do Microsoft Planner ao esconder itens desnecessários da interface. 拡張機能の基本情報
| 名前 | |
| ID | gegipbeokkjbnfpdhlahlkbojcidemdp |
| 公式URL | https://chromewebstore.google.com/detail/better-planner/gegipbeokkjbnfpdhlahlkbojcidemdp |
| 説明 | Limpa interface do Microsoft Planner e deixa na tela aquilo que realmente importa. |
| ファイルサイズ | 8.02 KB |
| インストール数 | 36 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2023-03-28 |
| 公開日 | 2022-11-22 |
| 開発者 | tuliospuri |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better Planner",
"version": "1.5",
"description": "Limpa interface do Microsoft Planner e deixa na tela aquilo que realmente importa.",
"content_scripts": [
{
"matches": [
"https:\/\/tasks.office.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"action": {
"default_title": "Better Planner",
"default_popup": "popup.html",
"scripts": [
"popup.js"
],
"default_icon": "icon.png"
},
"permissions": [
"activeTab"
],
"manifest_version": 3
} | |