pipebox-侧边栏网页笔记

深度阅读,在线学习必备插件,网页内做笔记&高亮马克,强大的笔记管理后台

Cos'è pipebox-侧边栏网页笔记?

pipebox-侧边栏网页笔记 è un'estensione di Chrome sviluppata da https://pipebox.pro, e la sua funzione principale è "深度阅读,在线学习必备插件,网页内做笔记&高亮马克,强大的笔记管理后台".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione pipebox-侧边栏网页笔记

Scarica i file di estensione pipebox-侧边栏网页笔记 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        1.0.4更新:
      支持显示/隐藏高亮菜单栏。
      支持 chatGPT 对话内容图片导出&保存。

        pipebox是一个侧边栏笔记插件。

        支持选中内容高亮标记,可以一键呼出固定的侧边栏,通过markdown和高亮标记,记录自己阅读和学习过程中的想法。
        尤其适合通过网页学习做笔记,或看视频的同时做笔记等场景。
        同时pipebox拥有强大的卡片式笔记管理库,方便管理收集的内容。
       
        为什么选择pipebox?
      
        我们已经有了很多的网页笔记插件了。
     「七种颜色」的花式高亮,「逼迫你打起精神」的阅读模式,「Never Read」的收藏夹,他们都在试图给你制造一种幻觉,让「学习」这件事儿变得看起来更容易更简单,仿佛高亮了收藏了点点鼠标知识就是我的了。

        pipebox 主张,「表达是通向理解的唯一道路」,一定要自己写下来才可以理解。所以只提供最基础的高亮标记,但是通过固定在侧边栏的编辑器,可以方便的记录自己的想法,亦或是整理内容大纲,通过简单好用的markdown格式,让你不必在网页和笔记软件之间切来切去,使阅读和学习的体验更便捷连续,不会被来回的切换打断。

        同时pipebox提供了简单好用的卡片式笔记库,可以方便的管理自己记录的内容,更好的集成到自己的工作流中去。

        更多功能,内容管理,使用方法,请移步官网了解。https://pipebox.pro
        问题反馈wx:41204034 注明来意~

Features:
- 基于标签的卡片式内容管理
- 支持markdown格式
- 高亮马克,一键收集
- 支持图片粘贴&上传                    

Informazioni di Base sull'Estensione

Nome pipebox-侧边栏网页笔记 pipebox-侧边栏网页笔记
ID inmkhnhhpdoogbgefmlhclhaedmhpkdp
URL Ufficiale https://chromewebstore.google.com/detail/pipebox-%E4%BE%A7%E8%BE%B9%E6%A0%8F%E7%BD%91%E9%A1%B5%E7%AC%94%E8%AE%B0/inmkhnhhpdoogbgefmlhclhaedmhpkdp
Descrizione 深度阅读,在线学习必备插件,网页内做笔记&高亮马克,强大的笔记管理后台
Dimensione del File 896 KB
Conteggio Installazioni 1,051
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-04-05
Data di Pubblicazione 2022-08-09
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore https://pipebox.pro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pipebox.pro
URL della Pagina di Aiuto https://pipebox.pro/doc/
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pipebox-\u4fa7\u8fb9\u680f\u7f51\u9875\u7b14\u8bb0",
    "description": "\u6df1\u5ea6\u9605\u8bfb\uff0c\u5728\u7ebf\u5b66\u4e60\u5fc5\u5907\u63d2\u4ef6\uff0c\u7f51\u9875\u5185\u505a\u7b14\u8bb0&\u9ad8\u4eae\u9a6c\u514b\uff0c\u5f3a\u5927\u7684\u7b14\u8bb0\u7ba1\u7406\u540e\u53f0",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "pipebox",
        "default_icon": {
            "32": "icons\/icon_128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/pipebox.pro\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentscript\/contentscript.js"
            ],
            "css": [
                "contentscript\/contentscript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*\/element-icons.ttf",
                "*\/element-icons.woff",
                "icons\/*",
                "icons\/logo.png",
                "icons\/element-icons.ttf",
                "icons\/element-icons.woff",
                "icons\/icon_128.png",
                "contentscript\/main.html",
                "*\/main.html",
                "main.html",
                "contentscript\/main.js",
                "contentscript\/main.css",
                "contentscript\/contentscript.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "show-left": {
            "suggested_key": {
                "default": "Ctrl+L"
            },
            "description": "\u5728\u5de6\u4fa7\u663e\u793a\u63d2\u4ef6"
        },
        "show-right": {
            "suggested_key": {
                "default": "Ctrl+R"
            },
            "description": "\u5728\u53f3\u4fa7\u663e\u793a\u63d2\u4ef6"
        }
    }
}