Happiness Dashboard
This browser extension gives the user happiness each time they open a new tab
Happiness Dashboard क्या है?
Happiness Dashboard Tastola द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This browser extension gives the user happiness each time they open a new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Happiness Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |