Imagine

SSM Mini Project, Imagine

Imagineとは何ですか?

Imagineはzerocool530によって開発されたChromeの拡張機能で、その主な機能は「SSM Mini Project, Imagine」です。

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

screenshot

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

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

拡張機能の使用方法

                        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
Eメール [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"
            }
        }
    }
}