Gifgit Image Editor

Use Gifgit image editor to edit your images online

Gifgit Image Editorとは何ですか?

Gifgit Image Editorはhttp://gifgit.comによって開発されたChromeの拡張機能で、その主な機能は「Use Gifgit image editor to edit your images online」です。

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

screenshot

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

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

拡張機能の使用方法

                        Easily edit your images online with a traditional layered image editor. No Flash, no plugins, just a pure javascript editor.

Tools include:

Brush
Eraser 
Background Eraser
Gradient
Blur
Clone Stamp
Etc.

visit www.gifgit.com
More tools, more features coming soon.                    

拡張機能の基本情報

名前 Gifgit Image Editor Gifgit Image Editor
ID lfdegggkbhfdjdembnpipoiiolnfndpe
公式URL https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe
説明 Use Gifgit image editor to edit your images online
ファイルサイズ 26.39 KB
インストール数 42
現在のバージョン 1.0.1
最終更新日 2019-05-27
公開日 2019-05-27
評価 5.00/5 合計 1 レビュー
開発者 http://gifgit.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gifgit.com
プライバシーポリシーページのURL https://www.gifgit.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gifgit Image Editor",
    "short_name": "Gifgit",
    "version": "1.0.1",
    "description": "Use Gifgit image editor to edit your images online",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}