新枝

一站式网页阅读工具,支持网页内容标注、保存、智能摘要、阅读模式等功能。

新枝คืออะไร?

新枝 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xinzhi.zone และคุณลักษณะหลักของมันคือ "一站式网页阅读工具,支持网页内容标注、保存、智能摘要、阅读模式等功能。"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        19 世纪 60 年代,互联网先驱 Ted·Nilson 提出了上都计划(Xanadu),他认为新一代互联网应该:

1. 我们必须能够标记任何东西;
2. 在任何东西上加笔记;
3. 在任何东西上加注释或加边注;
4. 用可视化的方式显示相关联的内容;

新枝正在朝着这个方向努力,现在你可以使用新枝插件:

1.保存任何网页到新枝APP;
2.在网页上标记内容;
3.生成网页内容摘要;
4.进入沉浸模式深度阅读;

更多功能还在持续完善中,我们不知道新一代互联网是否可以实现,但我们知道用户值得更好的工具。

如有更多使用需求,欢迎到这尽管提👉:https://xinzhi.canny.io/feature-requests                    

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

ชื่อ 新枝 新枝
ID ihfnbpdlmhbnhlflilcggepoegalhikb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E6%96%B0%E6%9E%9D/ihfnbpdlmhbnhlflilcggepoegalhikb
คำอธิบาย 一站式网页阅读工具,支持网页内容标注、保存、智能摘要、阅读模式等功能。
ขนาดไฟล์ 837 KB
จำนวนการติดตั้ง 273
เวอร์ชันปัจจุบัน 0.0.12
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2023-09-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://xinzhi.zone
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.xinzhi.zone
URL หน้าช่วยเหลือ https://help.xinzhi.zone
URL หน้านโยบายความเป็นส่วนตัว https://xinzhi.zone/privacy-agreement
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.f58704f6.png",
        "32": "icon32.plasmo.c2d2aa82.png",
        "48": "icon48.plasmo.8db365f9.png",
        "64": "icon64.plasmo.a671a8cd.png",
        "128": "icon128.plasmo.f86e3ae6.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.f58704f6.png",
            "32": "icon32.plasmo.c2d2aa82.png",
            "48": "icon48.plasmo.8db365f9.png",
            "64": "icon64.plasmo.a671a8cd.png",
            "128": "icon128.plasmo.f86e3ae6.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.12",
    "author": "Newledge",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "background",
        "clipboardWrite",
        "contextMenus",
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contents.7938820c.js"
            ],
            "exclude_matches": [
                "*:\/\/*.xinzhi.zone\/*"
            ],
            "css": [
                "global.46e5c6ae.css"
            ]
        }
    ],
    "default_locale": "zh_CN",
    "host_permissions": [
        "https:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "contents.0ef83506.png",
                "contents.9db440c4.png",
                "contents.db1783ed.css"
            ]
        }
    ]
}