Imagine

SSM Mini Project, Imagine

Was ist Imagine?

Imagine ist eine Chrome-Erweiterung, die von zerocool530 entwickelt wurde, und ihr Hauptmerkmal ist "SSM Mini Project, Imagine".

Erweiterungsscreenshots

screenshot

Imagine-Erweiterungs-CRX-Datei herunterladen

Laden Sie Imagine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Imagine Imagine
ID fnafmokgjfigndacgjppegpajljpjnhf
Offizielle URL https://chrome.google.com/webstore/detail/imagine/fnafmokgjfigndacgjppegpajljpjnhf
Beschreibung SSM Mini Project, Imagine
Dateigröße 1.46 MB
Installationsanzahl 11
Aktuelle Version 1.0
Letztes Update 2015-02-27
Veröffentlichungsdatum 2015-02-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler zerocool530
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            }
        }
    }
}