PikPak Browser Extension

Save your favorite content to your PikPak cloud drive with the most convenient assistant.

什么是PikPak Browser Extension?

PikPak Browser Extension是由PIKCLOUD PTE.LTD开发的Chrome扩展程序,该扩展的主要功能是“Save your favorite content to your PikPak cloud drive with the most convenient assistant.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载PikPak Browser Extension扩展crx文件

下载PikPak Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        [ Description ]
This extension intelligently identifies resource links in web pages, making it easy for users to add them to PikPak in one click for saving and viewing.

[ Kind reminder ]
1. After installing this extension, the "PikPak icon" button will be displayed next to the resource link in the webpage by default. Click it to add it to PikPak.
2. If you think that this mode affects the web browsing experience, you can enter the "Basic Settings" interface of this extension and change the display time of the PikPak icon button to "hover the mouse" or "select the link";
3. If you have any problems during the use of PikPak, please join the official communication group feedback https://t.me/pikpak_userservice_en                    

扩展基本信息

名称 PikPak Browser Extension PikPak Browser Extension
ID ohpgjiplhigpfcioaeakjfjnkbgjpgbl
官方URL https://chromewebstore.google.com/detail/pikpak-browser-extension/ohpgjiplhigpfcioaeakjfjnkbgjpgbl
简介 Save your favorite content to your PikPak cloud drive with the most convenient assistant.
文件大小 1.04 MB
安装次数 62,590
当前版本 1.5.3.400
更新时间 2024-01-12
上架时间 2022-06-30
评分 2.75/5 共80次评分
开发者 PIKCLOUD PTE.LTD
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mypikpak.com/
帮助页面URL https://mypikpak.com/contact-us
隐私政策页面URL https://mypikpak.com/policy/privacy-policy
支持的语言 id,ms,en-US,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PikPak Browser Extension",
    "version": "1.5.3",
    "version_name": "1.5.3.400",
    "description": "__MSG_appDesc__",
    "default_locale": "en_US",
    "icons": {
        "48": "icons\/48.png",
        "72": "icons\/72.png",
        "96": "icons\/96.png",
        "144": "icons\/144.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "offline_enabled": false,
    "action": {
        "default_icon": "icons\/96.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "scripting",
        "contextMenus",
        "tabs",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.mypikpak.com\/*",
            "https:\/\/mypikpak.com\/*"
        ]
    }
}