Pinbox - 跨平台收藏

将散落各地的内容集中在一处

¿Qué es Pinbox - 跨平台收藏?

Pinbox - 跨平台收藏 es una extensión de Chrome desarrollada por https://withpinbox.com, y su función principal es "将散落各地的内容集中在一处".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pinbox - 跨平台收藏

Descarga archivos de extensión Pinbox - 跨平台收藏 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Pinbox 是一款跨平台的收藏工具,您可以用它来记录灵感,保存资料甚至网络上的任何内容。

专为创意者们设计
收藏网页、图片、创意、代码片段的绝佳工具,设计简单功能强大。
支持 web、浏览器扩展、iOS、Android,一处收藏,处处同步。

快速访问
只需 0.4 秒即可访问常用网站。
您无需在茫茫收藏中寻找某个特定的网站,只需要给它设置一个快捷键,就可以快速访问。根据我们的数据显示,这将平均节省约 20 倍的时间。

自动化工作流
无需任何代码即可设置自动化流程,根据收藏的标题或链接进行自动分类整理。
更多有趣的流程陆续开发中。

功能:
1.收藏网页、图片、文本,甚至网络上的一切内容;
2.编辑标题和备注:您可以编辑已经收藏的内容,使之更加清晰直观;
3.多级收藏集:帮助您整理收藏的内容;
4.编辑模式:支持多选、拖拽等功能,可以批量整理您的收藏;
5.搜索:搜索收藏的标题、链接、同样也支持您自定义的标题和备注;
6.导入书签:一键快速导入浏览器书签,并保留书签结构;
7.回收站:放心的删除收藏,它们都将自动进入回收站,随时恢复;
8.跨平台支持:网页 + 浏览器扩展 + APP;
9.注重隐私:我们十分注重用户隐私,您的收藏只有您自己能看到。

本次更新
新功能:
1. 支持地址栏搜索;
2. 关联搜索适配 F 搜;
3. 侧边栏和新标签页收藏增加刷新功能;
4. 新标签页支持隐藏搜索框;
5. 新标签页和侧边栏支持加密收藏集和颜色。


用户体验:
1. 标签搜索支持大小写;
2. 优化选项页面;
3. 关联搜索适配深色模式。

Bug 修复:
修复侧边栏样式问题。                    

Información Básica de la Extensión

Nombre Pinbox - 跨平台收藏 Pinbox - 跨平台收藏
ID kmijeangnajdcaomdfjohhbmnbhnhjjd
URL Oficial https://chromewebstore.google.com/detail/pinbox-%E8%B7%A8%E5%B9%B3%E5%8F%B0%E6%94%B6%E8%97%8F/kmijeangnajdcaomdfjohhbmnbhnhjjd
Descripción 将散落各地的内容集中在一处
Tamaño del Archivo 1.11 MB
Cantidad de Instalaciones 10,000
Versión Actual 3.8.0
Última Actualización 2023-04-18
Fecha de Publicación 2020-04-23
Calificación 4.45/5 Total de 91 Calificaciones
Desarrollador https://withpinbox.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://withpinbox.com/faq
URL de la Página de Política de Privacidad https://withpinbox.com/privacy
Idiomas Soportados zh-CN
manifest.json
{
    "name": "Pinbox - \u8de8\u5e73\u53f0\u6536\u85cf",
    "version": "3.8.0",
    "manifest_version": 3,
    "description": "\u5c06\u6563\u843d\u5404\u5730\u7684\u5185\u5bb9\u96c6\u4e2d\u5728\u4e00\u5904",
    "action": {
        "default_icon": {
            "16": "img\/logo_16.png",
            "24": "img\/logo.png",
            "32": "img\/logo_32.png"
        },
        "default_title": "Pinbox"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pinbox-%E8%B7%A8%E5%B9%B3%E5%8F%B0%E6%94%B6%E8%97%8F\/kmijeangnajdcaomdfjohhbmnbhnhjjd",
    "omnibox": {
        "keyword": "p"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "scripting",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo.png",
        "128": "img\/logo_128.png"
    },
    "commands": {
        "save_text": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "windows": "Ctrl+Shift+1",
                "mac": "Command+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            },
            "description": "\u6536\u85cf\u9009\u4e2d\u6587\u5b57"
        },
        "toggle_sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "windows": "Ctrl+Shift+2",
                "mac": "Command+Shift+2",
                "chromeos": "Ctrl+Shift+2",
                "linux": "Ctrl+Shift+2"
            },
            "description": "\u663e\u793a\/\u9690\u85cf\u4fa7\u8fb9\u680f"
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo.png",
                "img\/logo.svg",
                "save.html",
                "js\/save.js",
                "sidebar.html",
                "js\/sidebar.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}