Imagine

SSM Mini Project, Imagine

O que é Imagine?

Imagine é uma extensão do Chrome desenvolvida por zerocool530, e sua principal característica é "SSM Mini Project, Imagine".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Imagine

Baixe arquivos de extensão Imagine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Imagine Imagine
ID fnafmokgjfigndacgjppegpajljpjnhf
URL Oficial https://chrome.google.com/webstore/detail/imagine/fnafmokgjfigndacgjppegpajljpjnhf
Descrição SSM Mini Project, Imagine
Tamanho do Arquivo 1.46 MB
Contagem de Instalações 11
Versão Atual 1.0
Última Atualização 2015-02-27
Data de Publicação 2015-02-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor zerocool530
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            }
        }
    }
}