Psychedelia

Psychedelic effects to all images!

Psychedeliaとは何ですか?

Psychedeliaは0x01hによって開発されたChromeの拡張機能で、その主な機能は「Psychedelic effects to all images!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Apply psychedelic effect to all images in the current tab! Turn all images into colorful GIFs.                    

拡張機能の基本情報

名前 Psychedelia Psychedelia
ID kocnkemkgoodhbhgfjhmahjpnclbgdjg
公式URL https://chromewebstore.google.com/detail/psychedelia/kocnkemkgoodhbhgfjhmahjpnclbgdjg
説明 Psychedelic effects to all images!
ファイルサイズ 43.55 KB
インストール数 54
現在のバージョン 0.0.1
最終更新日 2020-05-02
公開日 2020-05-01
開発者 0x01h
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/0x01h/psychedelia/
ヘルプページのURL https://github.com/0x01h/psychedelia/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Psychedelia",
    "short_name": "psychedelia",
    "version": "0.0.1",
    "author": "Or\u00e7un \u00d6zdemir",
    "homepage_url": "https:\/\/github.com\/0x01h\/psychedelia",
    "description": "Psychedelic effects to all images!",
    "icons": {
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "48": "icons\/48x48.png",
            "96": "icons\/96x96.png"
        },
        "default_title": "Psychedelia"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    }
}