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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
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]"
        }
    }
}