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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |