Meteor New Tab - Makes Your Bookmarks Great Again

Meteor New Tab is based on your favorite contents to let your favorite be visible on the tab

Meteor New Tab - Makes Your Bookmarks Great Againคืออะไร?

Meteor New Tab - Makes Your Bookmarks Great Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xiaoshu.app และคุณลักษณะหลักของมันคือ "Meteor New Tab is based on your favorite contents to let your favorite be visible on the tab"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meteor New Tab - Makes Your Bookmarks Great Again

ดาวน์โหลดไฟล์ส่วนขยาย Meteor New Tab - Makes Your Bookmarks Great Again ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Meteor New Tab - Makes Your Bookmarks Great Again

🏄不一个个添加:根据收藏夹生成,不用再额外管理一个新标签页
🛡️绿色安全隐私强:数据来自于你的收藏夹,不再来自我们的服务器
💪功能强大易用:强大的个性化、搜索、小功能,丰富的选项、状态设置

从今天开始,让你的书签变得再次强大
文件夹并行,让收藏夹变看板。进度跟踪,掌握全局

效果器
高可定制化

看板,并行显示

播放进度条
自动记录你哔哩哔哩(已上线)和 Youtube(暂未上线) 的播放进度

多个空间,随时变换身份

临时使用某个搜索引擎

快速目录
快速定位到你的书签

面向开发者的高级功能
提供无限的自由与可能                    

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

ชื่อ Meteor New Tab - Makes Your Bookmarks Great Again Meteor New Tab - Makes Your Bookmarks Great Again
ID fefnkaabnkfafmmmopbghgejhnieccpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meteor-new-tab-makes-your/fefnkaabnkfafmmmopbghgejhnieccpm
คำอธิบาย Meteor New Tab is based on your favorite contents to let your favorite be visible on the tab
ขนาดไฟล์ 461 KB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 2.4.2
อัปเดตครั้งล่าสุด 2023-04-04
วันที่เผยแพร่ 2022-08-15
ผู้พัฒนา https://xiaoshu.app
อีเมล [email protected]
ประเภทการชำระเงิน free
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"
    ],
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self'"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "name": "__MSG_meteor_name__",
    "description": "__MSG_meteor_description__",
    "version": "2.4.2",
    "homepage_url": "https:\/\/xiaoshuapp.com\/meteor",
    "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": [
                "js\/inject.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/roam.mixcm.com\/*"
            ],
            "js": [
                "js\/chainwon.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/youtube.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{99646b8e-a5b2-4e52-b9ac-c38fcc1f108b}"
        }
    }
}