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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [ 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\/*"
        ]
    }
}