Comic grabber 2

화면에 보여지는 이미지의 저장을 도와줍니다. 일부 사이트의 경우에는 자동화 템플릿을 제공하며, 자동화 템플릿을 직접 제작하여 적용할 수 있습니다.

Apa itu Comic grabber 2?

Comic grabber 2 adalah ekstensi Chrome yang dikembangkan oleh https://isitea.net, dan fitur utamanya adalah "화면에 보여지는 이미지의 저장을 도와줍니다. 일부 사이트의 경우에는 자동화 템플릿을 제공하며, 자동화 템플릿을 직접 제작하여 적용할 수 있습니다.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Comic grabber 2

Unduh file ekstensi Comic grabber 2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        특정 지원 사이트에 그림 저장 기능과 내비게이션 기능을 추가합니다.

Add additional features on specific sites
- Download grabbed images with several informations
- Automatically grab and recognize on specific sites.
- Add control menu at the bottom.

e.g.
https://comic.naver.com
http://webtoon.daum.net                    

Informasi Dasar Ekstensi

Nama Comic grabber 2 Comic grabber 2
ID lpkjpgooekekpccbcgcckgofnkbfpjlo
URL Resmi https://chromewebstore.google.com/detail/comic-grabber-2/lpkjpgooekekpccbcgcckgofnkbfpjlo
Deskripsi 화면에 보여지는 이미지의 저장을 도와줍니다. 일부 사이트의 경우에는 자동화 템플릿을 제공하며, 자동화 템플릿을 직접 제작하여 적용할 수 있습니다.
Ukuran File 147 KB
Jumlah Instalasi 1,386
Versi Saat Ini 2.1.8
Terakhir Diperbarui 2021-09-14
Tanggal Publikasi 2019-11-28
Penilaian 4.74/5 Total 19 Penilaian
Pengembang https://isitea.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Isitea/Comic-Grabber
URL Halaman Bantuan https://isitea.net
Bahasa yang Didukung ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic grabber 2",
    "version": "2.1.8",
    "default_locale": "ko",
    "description": "__MSG_extensionDescription__",
    "author": "Isitea",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "downloads"
    ],
    "browser_action": {
        "default_title": "__MSG_toggleMode__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/service.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "scripts": [
            "services\/serviceProvider.js"
        ]
    },
    "minimum_chrome_version": "91"
}