发送到豆皮图片下载器(SendToDoupi)

发送到豆皮(SendToDoupi)

发送到豆皮图片下载器(SendToDoupi)란 무엇입니까?

发送到豆皮图片下载器(SendToDoupi)은(는) https://doupi.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "发送到豆皮(SendToDoupi)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

发送到豆皮图片下载器(SendToDoupi) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        本扩展需配合桌面软件豆皮图片下载器(https://doupi.tech)使用,实现网站图片的批量下载。

通过扩展,随时将您喜欢的图片专辑链接发送到桌面端,在豆皮图片下载器点击同步按钮,实现多个链接批量下载,简单方便!

This extension needs to be used with the desktop software Doupi Image Downloader (https://doupi.tech) to realize batch download of website images.

Through the extension, you can send the link of your favorite album to Doupi Image Downloader   at any time, and click the synchronization button in the Doupi Image Downloader  to realize batch download of multiple links, which is simple and convenient!                    

확장 프로그램 기본 정보

이름 发送到豆皮图片下载器(SendToDoupi) 发送到豆皮图片下载器(SendToDoupi)
ID glgjeiledgblkgodeoildjgenmpclagp
공식 URL https://chromewebstore.google.com/detail/%E5%8F%91%E9%80%81%E5%88%B0%E8%B1%86%E7%9A%AE%E5%9B%BE%E7%89%87%E4%B8%8B%E8%BD%BD%E5%99%A8sendtodoupi/glgjeiledgblkgodeoildjgenmpclagp
설명 发送到豆皮(SendToDoupi)
파일 크기 58.97 KB
설치 횟수 328
현재 버전 1.0.2
최근 업데이트 2022-09-13
출시 날짜 2022-09-13
개발자 https://doupi.tech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://doupi.tech
도움말 페이지 URL https://doupi.tech/docs/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u53d1\u9001\u5230\u8c46\u76ae\u56fe\u7247\u4e0b\u8f7d\u5668(SendToDoupi)",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/doupi.tech",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/doupi.tech\/",
        "https:\/\/doupi.tech\/"
    ]
}