Mindbox 剪藏

Mindbox 剪藏助手,具备剪藏整个网站页面文章并转化为Mindbox 页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到Mindbox 的摘抄板。

Mindbox 剪藏 là gì?

Mindbox 剪藏 là một tiện ích mở rộng Chrome được phát triển bởi Kiraku App, và tính năng chính của nó là "Mindbox 剪藏助手,具备剪藏整个网站页面文章并转化为Mindbox 页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到Mindbox 的摘抄板。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mindbox 剪藏

Tải xuống các tệp mở rộng Mindbox 剪藏 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Mindbox 剪藏助手,具备剪藏整个网站页面文章并转化为 Mindbox 笔记页面的能力,或将链接保存到 Mindbox 中稍后阅读。剪藏后,可以在各个客户端的收集箱中,查看对应的内容。

* 更多信息请查看:https://amindbox.com/
* 隐私政策:https://amindbox.com/privacy
* 服务条款:https://amindbox.com/terms

想要反馈宝贵意见?
非常欢迎,我们乐于听到您的意见,批评,建议,…任何一切!
如果可以,欢迎邮件至:[email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mindbox 剪藏 Mindbox 剪藏
ID bafhemcdihkoadaacomcddiphgdpflil
URL Chính Thức https://chromewebstore.google.com/detail/mindbox-%E5%89%AA%E8%97%8F/bafhemcdihkoadaacomcddiphgdpflil
Mô tả Mindbox 剪藏助手,具备剪藏整个网站页面文章并转化为Mindbox 页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到Mindbox 的摘抄板。
Kích Thước Tệp 941 KB
Số Lần Cài Đặt 374
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-07-25
Ngày Phát Hành 2023-07-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Kiraku App
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://amindbox.com/
URL Trang Trợ Giúp http://amindbox.com/
URL Trang Chính Sách Bảo Mật https://neatifyapp.com/Privacy
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mindbox \u526a\u85cf",
    "description": "Mindbox \u526a\u85cf\u52a9\u624b\uff0c\u5177\u5907\u526a\u85cf\u6574\u4e2a\u7f51\u7ad9\u9875\u9762\u6587\u7ae0\u5e76\u8f6c\u5316\u4e3aMindbox \u9875\u9762\u7684\u80fd\u529b\uff0c\u540c\u65f6\u60a8\u8fd8\u53ef\u4ee5\u5728\u9009\u4e2d\u6587\u672c\u3001\u56fe\u7247\u3001\u94fe\u63a5\u65f6\u53f3\u952e\u83dc\u5355\u4e2d\uff0c\u6536\u85cf\u5230Mindbox \u7684\u6458\u6284\u677f\u3002",
    "version": "1.0.0",
    "author": "kiraku",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/js\/jquery-3.4.1.min.js",
                "content_scripts\/layui\/lay\/modules\/layer.js",
                "content_scripts\/js\/turndown.js",
                "content_scripts\/js\/readability.js",
                "content_scripts\/js\/ihighlighter.js",
                "content_scripts\/js\/content_script.js"
            ],
            "css": [
                "content_scripts\/layui\/css\/modules\/layer\/default\/layer.css"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "index.html#\/popup",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_ui": {
        "page": "index.html#\/options",
        "open_in_tab": true
    },
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/amindbox.com\/"
}