Sourcetab: New Tab Dashboard
A material design dashboard for your browser's new tab page with widgets and settings.
Sourcetab: New Tab Dashboard क्या है?
Sourcetab: New Tab Dashboard https://sourcetab.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A material design dashboard for your browser's new tab page with widgets and settings."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sourcetab: New Tab Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: - Multiple types of widgets to add to the dashboard and toolbar. - Different alignments for widgets in the toolbar. - Easily rearrange widgets through drag and drop while in edit mode. - Many customizable options in the settings. - Easy data management for backup and restoration later on. Backgrounds: - Solid color - Lineage gradient - Uploaded or URL-specified image/video - Embedded website - Embedded YouTube video Widgets: - Link (easily navigate to other websites) - Clock (display the time/date) - Note (record simple notes throughout the day) - IFrame (embed other websites as a widget)
एक्सटेंशन की मूल जानकारी
नाम | Sourcetab: New Tab Dashboard |
ID | akomlegpokabommpdjfmhnbdcnaefmdo |
आधिकारिक URL | https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo |
विवरण | A material design dashboard for your browser's new tab page with widgets and settings. |
फ़ाइल का आकार | 511 KB |
स्थापना संख्या | 211 |
वर्तमान संस्करण | 3.3.0 |
अंतिम अपडेट | 2023-04-24 |
प्रकाशन तिथि | 2020-09-02 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://sourcetab.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sourcetab.org |
सहायता पृष्ठ URL | https://github.com/sourcetab/sourcetab |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sourcetab: New Tab Dashboard", "short_name": "Sourcetab", "description": "A material design dashboard for your browser's new tab page with widgets and settings.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": ".\/icons\/16.png", "19": ".\/icons\/19.png", "38": ".\/icons\/38.png", "48": ".\/icons\/48.png", "64": ".\/icons\/64.png", "128": ".\/icons\/128.png", "300": ".\/icons\/300.png", "500": ".\/icons\/500.png" }, "permissions": [ "storage" ], "version": "3.3.0", "manifest_version": 3 } |