Imagine

SSM Mini Project, Imagine

Imagine란 무엇입니까?

Imagine은(는) zerocool530에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SSM Mini Project, Imagine"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Imagine
이미지를 Extension상에서 저장하고 분류할 수 있습니다.                    

확장 프로그램 기본 정보

이름 Imagine Imagine
ID fnafmokgjfigndacgjppegpajljpjnhf
공식 URL https://chrome.google.com/webstore/detail/imagine/fnafmokgjfigndacgjppegpajljpjnhf
설명 SSM Mini Project, Imagine
파일 크기 1.46 MB
설치 횟수 11
현재 버전 1.0
최근 업데이트 2015-02-27
출시 날짜 2015-02-27
평점 5.00/5 총 1 개의 평점
개발자 zerocool530
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imagine",
    "description": "SSM Mini Project, Imagine",
    "version": "1.0",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "downloads",
        "webNavigation",
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-2.0.3.min.js",
                "func1.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/pics\/icon2.png",
        "\/pics\/save-32.png",
        "jquery-2.0.3.min.map"
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle feature foo",
            "global": true
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            }
        }
    }
}