Image Extension Fix

Automatically renames image downloads according to the type they are

Image Extension Fixとは何ですか?

Image Extension FixはColin Campbellによって開発されたChromeの拡張機能で、その主な機能は「Automatically renames image downloads according to the type they are」です。

拡張機能のスクリーンショット

screenshot

Image Extension Fix拡張機能のCRXファイルをダウンロード

Image Extension Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Automatically renames images according to the type they are.
No more .jpg GIFs or .large-0x539 JPEGs.

This extension is open source software (MIT licensed).
https://github.com/colin-c/image-extension-fix                    

拡張機能の基本情報

名前 Image Extension Fix Image Extension Fix
ID bdinnahhocpbhaolpffbceckdfiafffn
公式URL https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn
説明 Automatically renames image downloads according to the type they are
ファイルサイズ 49.19 KB
インストール数 687
現在のバージョン 0.2
最終更新日 2017-06-03
公開日 2017-06-03
評価 4.33/5 合計 18 レビュー
開発者 Colin Campbell
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/colin-c/image-extension-fix
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Extension Fix",
    "short_name": "Img Ext Fix",
    "description": "Automatically renames image downloads according to the type they are",
    "version": "0.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "includes\/file_extension_mapping.js",
            "includes\/util.js",
            "main.js"
        ],
        "persistent": false
    }
}