Happiness Dashboard
This browser extension gives the user happiness each time they open a new tab
Happiness Dashboardคืออะไร?
Happiness Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tastola และคุณลักษณะหลักของมันคือ "This browser extension gives the user happiness each time they open a new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Happiness Dashboard
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |