UTAKU image downloader - 이미지 다운로더

Utaku image or video downloader, 이미지 다운로더

UTAKU image downloader - 이미지 다운로더คืออะไร?

UTAKU image downloader - 이미지 다운로더 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keisokoo และคุณลักษณะหลักของมันคือ "Utaku image or video downloader, 이미지 다운로더"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UTAKU image downloader - 이미지 다운로더

ดาวน์โหลดไฟล์ส่วนขยาย UTAKU image downloader - 이미지 다운로더 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        0.1.1 - utaku image downloader rebuild.
0.1.2 - Added, simple mode(static collection mode) similar to previous version.
0.1.3- hotfix, cannot get read a modeType 
0.1.4- add previous old utaku functions, area select mode, live collect mode.
0.1.5- fix styles, more accuracy in select area
0.1.6- fix, background selector, refactoring.
0.1.7- fix, minor bug, fixed when update mode type simple.
**
Due to CORS issues, structural revisions have been made. Image previews are now available within the page. The function to extract original images is available when activating the remap feature in the popup window. Custom settings are also possible.
**

UTAKU is an image/media downloader designed to save you time. It can remap URLs to fetch original source URLs, which are all customizable to your settings. In enhanced mode, Upon activation of the pop-up, you may need to open or refresh your browser to enable UTAKU to read your network resource headers and collect resources.The pop-up stays active, dynamically updating as new images are downloaded.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UTAKU image downloader - 이미지 다운로더 UTAKU image downloader - 이미지 다운로더
ID gdkbclbkmeggbekkkddcfjbcaapojihk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/utaku-image-downloader-%EC%9D%B4%EB%AF%B8/gdkbclbkmeggbekkkddcfjbcaapojihk
คำอธิบาย Utaku image or video downloader, 이미지 다운로더
ขนาดไฟล์ 567 KB
จำนวนการติดตั้ง 6,127
เวอร์ชันปัจจุบัน 0.1.07
อัปเดตครั้งล่าสุด 2023-09-22
วันที่เผยแพร่ 2019-10-29
คะแนน 4.41/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา keisokoo
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/keisokoo/docs
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UTAKU image downloader - \uc774\ubbf8\uc9c0 \ub2e4\uc6b4\ub85c\ub354",
    "default_locale": "en",
    "version": "0.1.07",
    "description": "Utaku image or video downloader, \uc774\ubbf8\uc9c0 \ub2e4\uc6b4\ub85c\ub354",
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/index.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+X",
                "mac": "Alt+X"
            },
            "description": "Run Utaku"
        }
    },
    "action": {
        "default_icon": {
            "34": "icon34.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "34": "icon34.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "downloads",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*.js",
                "content\/index.js",
                "*.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}