Roam Page - Favorites-based Tab
Bookmarks, if well organized, is as important as a well-tuned homepage. Xiaoshu is a trouble-saving and efficient 2-in-1 extension…
Roam Page - Favorites-based Tabคืออะไร?
Roam Page - Favorites-based Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xiaoshuapp.com และคุณลักษณะหลักของมันคือ "Bookmarks, if well organized, is as important as a well-tuned homepage. Xiaoshu is a trouble-saving and efficient 2-in-1 extension…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roam Page - Favorites-based Tab
ดาวน์โหลดไฟล์ส่วนขยาย Roam Page - Favorites-based Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No more adding one by one
Generate new tabs based on favorites, no more managing an additional new tab.
For the next generation of the Internet,
No more fear of privacy data leakage.
Data comes from your favorites, not from our servers.
Your data, you own it.
No more compromising on other people's style
With powerful personalization features, you can set the layout, and display effect as you like.
Let you have a unique new tab page.
Starting today.
Let your bookmarks have status.
Folder parallelism, let favorites become Kanban.
Progress tracking, master the whole picture.
Make favorites unique and attractive
Automatically generate beep progress bar, remember beep broadcast record
Quick directory, fast location
Folder mapping to screen
Record notes and also use your favorite flomo
Start a new day with a quick start to your state of mind
Make bookmarks come in all shapes and sizes
Rectangular cards
Bar cards
Square cards
New tabs, and no less powerful search boxes.
Temporary use of a search engine
Search complements
Search suggestions
Customized search engine
Keyboard operation, up, down, left, and right!
Head famous quotes, clock display.
Search box, use Baidu, Bing, Google, whatever search engine you like to search ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eldcinofoklpfhaanlhmkmadehfgcnon |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roam-page-favorites-based/eldcinofoklpfhaanlhmkmadehfgcnon |
| คำอธิบาย | Bookmarks, if well organized, is as important as a well-tuned homepage. Xiaoshu is a trouble-saving and efficient 2-in-1 extension… |
| ขนาดไฟล์ | 519 KB |
| จำนวนการติดตั้ง | 7,000 |
| เวอร์ชันปัจจุบัน | 2.8.7 |
| อัปเดตครั้งล่าสุด | 2024-03-02 |
| วันที่เผยแพร่ | 2021-08-27 |
| คะแนน | 4.95/5 รวมทั้งหมด 266 คะแนน |
| ผู้พัฒนา | https://xiaoshuapp.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://xiaoshuapp.com |
| URL หน้าช่วยเหลือ | https://xiaoshuapp.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://xiaoshuapp.com/college/agreement/privacy.html |
| ภาษาที่รองรับ | en,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"permissions": [
"bookmarks",
"storage"
],
"optional_permissions": [
"tabs"
],
"background": {
"service_worker": "dist\/background\/index.mjs"
},
"action": {
"default_popup": "dist\/popup\/index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"chrome_url_overrides": {
"newtab": "dist\/newtab\/index.html"
},
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "2.8.7",
"homepage_url": "https:\/\/xiaoshuapp.com\/",
"default_locale": "zh_CN",
"icons": {
"16": "img\/icon.png",
"32": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.bilibili.com\/*"
],
"js": [
"dist\/contentScripts\/inject.global.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/roam.mixcm.com\/*"
],
"js": [
"dist\/contentScripts\/chainwon.global.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"dist\/contentScripts\/youtube.global.js"
],
"run_at": "document_end"
}
]
} | |