AutoRename

Rename image files from the internet with a meaningful file name

AutoRenameคืออะไร?

AutoRename เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dasutein และคุณลักษณะหลักของมันคือ "Rename image files from the internet with a meaningful file name"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoRename

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

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

                        AutoRename is a Google Chrome extension that can automatically rename image files downloaded from the internet into something more meaningful than a generic string of characters. This extension can be useful if you want to easily identify the original source of an image or if you want to keep your files organized. For example, if you have a favorite photographer, illustrator, or artist whose work you frequently download, AutoRename can save and rename the file in a well-organized format. If you are a journalist and your website supports displaying the file name, this extension can be beneficial.

Please note that it is important to be mindful of copyright and intellectual rights when downloading images. The developer and contributors of AutoRename are not responsible for any misuse of this extension.

🔴 FEATURES
- Supports X (formerly Twitter) and Reddit
- File name for X (formerly Twitter) can include website title, post id, username, and date
- File name for Reddit can include website title, subreddit post id, subreddit post title, and date

To keep up with development or to file an issue, please visit the GitHub Repository. https://github.com/ddasutein/AutoRename

You may submit bugs and feature requests there.                    

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

ชื่อ AutoRename AutoRename
ID gjmkdopdnkblnjbadmccmjpjpjcechgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autorename/gjmkdopdnkblnjbadmccmjpjpjcechgm
คำอธิบาย Rename image files from the internet with a meaningful file name
ขนาดไฟล์ 518 KB
จำนวนการติดตั้ง 894
เวอร์ชันปัจจุบัน 4.0.4
อัปเดตครั้งล่าสุด 2023-08-21
วันที่เผยแพร่ 2020-05-09
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Dasutein
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ddasutein/AutoRename
URL หน้าช่วยเหลือ https://github.com/ddasutein/AutoRename
ภาษาที่รองรับ en,fil,fr,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoRename",
    "short_name": "AutoRename",
    "version": "4.0.4",
    "description": "Rename image files from the internet with a meaningful file name",
    "default_locale": "en",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/ddasutein\/AutoRename",
    "action": {
        "default_icon": {
            "16": "\/assets\/autorename-16px.png",
            "32": "assets\/autorename-48px.png",
            "128": "\/assets\/autorename-128px.png"
        },
        "default_title": "AutoRename"
    },
    "icons": {
        "16": "\/assets\/autorename-16px.png",
        "48": "\/assets\/autorename-48px.png",
        "128": "\/assets\/autorename-128px.png"
    },
    "background": {
        "service_worker": "js\/BackgroundService.js"
    },
    "minimum_chrome_version": "92",
    "options_page": "\/ui\/options.html",
    "permissions": [
        "storage",
        "contextMenus",
        "downloads",
        "notifications",
        "tabs"
    ]
}