hello, friend

Dark terminal-esque new tab page with your bookmarks

ما هو hello, friend؟

hello, friend هو إضافة Chrome تم تطويرها بواسطة https://jaywick.xyz، والميزة الرئيسية لها هي "Dark terminal-esque new tab page with your bookmarks".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة hello, friend

قم بتنزيل ملفات الامتداد hello, friend بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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]"
        }
    }
}