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
官方網址 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
電子郵箱 [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"
        ]
    }
}