Happiness Dashboard
This browser extension gives the user happiness each time they open a new tab
Happiness Dashboardとは何ですか?
Happiness DashboardはTastolaによって開発されたChromeの拡張機能で、その主な機能は「This browser extension gives the user happiness each time they open a new tab」です。
拡張機能のスクリーンショット
Happiness Dashboard拡張機能のCRXファイルをダウンロード
Happiness Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a browser extension that will give you happiness, all sorts. Now, you can choose the themes (topics) of the random backgrounds you want to get each time you open a new tab. (for example: 'flowers', 'china',...) You can also search through Google. There is a Google search input for convenience. It also supports sticky notes! Save whatever notes you like, to find it whenever you're back. It is made by Abdelrahman Mohamadeen. You can refer to him at: https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/ And to the code at: https://github.com/Abdo-A/dashboard-browser-extension
拡張機能の基本情報
名前 | Happiness Dashboard |
ID | oneanpfkjoecldedcopalhkhneiehggo |
公式URL | https://chromewebstore.google.com/detail/happiness-dashboard/oneanpfkjoecldedcopalhkhneiehggo |
説明 | This browser extension gives the user happiness each time they open a new tab |
ファイルサイズ | 385 KB |
インストール数 | 36 |
現在のバージョン | 20.0 |
最終更新日 | 2024-02-12 |
公開日 | 2019-10-17 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Tastola |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Abdo-A/dashboard-browser-extension |
ヘルプページのURL | https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/ |
プライバシーポリシーページのURL | https://www.privacypolicies.com/live/6160e2e3-73ca-456d-9c7e-bba3995ebdac |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Happiness Dashboard", "version": "20.0", "description": "This browser extension gives the user happiness each time they open a new tab", "permissions": [ "bookmarks" ], "action": { "default_icon": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/generator-online.com\/api\/v1\/compliments" ] } |