Psychedelia

Psychedelic effects to all images!

Psychedelia란 무엇입니까?

Psychedelia은(는) 0x01h에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Psychedelic effects to all images!"입니다.

확장 프로그램 스크린샷

screenshot

Psychedelia 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}