I'm a Gentleman

Easily save images with a click, gestures or the extension button.

I'm a Gentlemanคืออะไร?

I'm a Gentleman เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://imagentleman.github.io และคุณลักษณะหลักของมันคือ "Easily save images with a click, gestures or the extension button."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I'm a Gentleman

ดาวน์โหลดไฟล์ส่วนขยาย I'm a Gentleman ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        1. Save images with one click by using the alt + click hotkey (holding the alt key and clicking the image).

2. Or save images by dragging them (drag the image slightly on any direction).

3. Download every image on the page by using the extension button (green button on the top right).

Note: The images are downloaded in the default directory for downloads of Chrome.

Installation Note: After installing, Chrome doesn't add any extensions to the currently opened tabs (so, you have to reload the tabs that were opened before the extension was installed to work it to work on them).

Featured on The Next Web, Lifehacker, ZDNet and Gizmodo as one of the best Chrome Extensions available on the webstore.

http://thenextweb.com/apps/2014/08/20/27-best-chrome-extensions-check-today/6/

http://www.gizmodo.co.uk/2014/12/pimp-the-web-with-the-best-chrome-browser-extensions/

http://www.zdnet.com/pictures/best-google-chrome-extensions/5/

https://www.lifehacker.com.au/2017/03/snag-all-the-images-from-a-website-with-one-click/

What's up with the name?
It's a portmanteu of image and gentleman...

Disclaimer: Google provides the extension (through its Google Analytics tool) data for some basic stats. Specifically, it helps us know approximately how many people are using the extension and how many images are getting downloaded through it. No private data can (Google only provides anonymous data) or was/is being gathered (no urls, no personal information, etc).

Other works
http://imagentleman.github.io                    

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

ชื่อ I'm a Gentleman I'm a Gentleman
ID afjaicccalbbickikgdegaihmajaidpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/im-a-gentleman/afjaicccalbbickikgdegaihmajaidpd
คำอธิบาย Easily save images with a click, gestures or the extension button.
ขนาดไฟล์ 22.11 KB
จำนวนการติดตั้ง 57,519
เวอร์ชันปัจจุบัน 40
อัปเดตครั้งล่าสุด 2022-06-19
วันที่เผยแพร่ 2019-07-18
คะแนน 4.17/5 รวมทั้งหมด 571 คะแนน
ผู้พัฒนา https://imagentleman.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://imagentleman.github.io
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm a Gentleman",
    "version": "40",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "19.png",
        "default_title": "__MSG_buttonTip__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "images.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ]
}