hello, friend
Dark terminal-esque new tab page with your bookmarks
hello, friend क्या है?
hello, friend https://jaywick.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark terminal-esque new tab page with your bookmarks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में hello, friend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a replacement for your new-tab page so that when you create a new tab (via Cmd/Ctrl + T or "+" in the toolbar) you can see a list of all your bookmarks. The bookmarks are shown as links and laid out as columns in a dark themed computer terminal-style. Customisation of the links involves simply editing your bookmarks. This extension is built as an Web Extension and open sourced here – https://github.com/jaywick/hello-friend
एक्सटेंशन की मूल जानकारी
नाम | hello, friend |
ID | aehibelbdjcoffckialjmnilfimajain |
आधिकारिक URL | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
विवरण | Dark terminal-esque new tab page with your bookmarks |
फ़ाइल का आकार | 74.34 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 0.12 |
अंतिम अपडेट | 2021-06-20 |
प्रकाशन तिथि | 2020-03-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://jaywick.xyz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jaywick/hello-friend |
सहायता पृष्ठ URL | https://github.com/jaywick/hello-friend/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hello, friend", "description": "Dark terminal-esque new tab page with your bookmarks", "permissions": [ "bookmarks" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "0.12", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "applications": { "gecko": { "id": "[email protected]" } } } |