Yuri Tabs

将书签映射到「新标签页」,从书签栏中解放吧。

Yuri Tabsคืออะไร?

Yuri Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuri และคุณลักษณะหลักของมันคือ "将书签映射到「新标签页」,从书签栏中解放吧。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yuri Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Yuri Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        根据您的书签收藏,自动生成一个独特的新建标签页!
不需要任何额外处理,也无需任何设置即可启用!

Yuri Tabs 更新日志:
1、新增编辑模式,使用 E 开启编辑模式,拖动修改书签。
2、优化了设置项,采用新的 UI 呈现。
3、优化了快速操作栏。
4、新增繁体中文、英语支持。

鸣谢:
* 插画师 @Guanyenc(微博同名)
* 本项目受到「小舒同学」之启发

Automatically generate a unique new tab page based on your bookmark collection!
No extra processing required and no setup required to enable!

Yuri Tabs changelog:
1. Add edit mode, use E to open edit mode, then drag and modify bookmarks.
2. The setting items are optimized and presented with a new UI.
3. Optimized the quick action bar.
4. Added traditional Chinese and English support.

Thanks:
* Illustrator @Guanyenc (Weibo name)
* This project is inspired by "Student Xiaoshu"                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yuri Tabs Yuri Tabs
ID ddhhekhdkielahcpodinaofimebmmfom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yuri-tabs/ddhhekhdkielahcpodinaofimebmmfom
คำอธิบาย 将书签映射到「新标签页」,从书签栏中解放吧。
ขนาดไฟล์ 169 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-06-21
วันที่เผยแพร่ 2021-12-05
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Yuri
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.3",
    "name": "Yuri Tabs",
    "description": "\u5c06\u4e66\u7b7e\u6620\u5c04\u5230\u300c\u65b0\u6807\u7b7e\u9875\u300d\uff0c\u4ece\u4e66\u7b7e\u680f\u4e2d\u89e3\u653e\u5427\u3002",
    "action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks"
    ]
}