Imagine

SSM Mini Project, Imagine

Imagine là gì?

Imagine là một tiện ích mở rộng Chrome được phát triển bởi zerocool530, và tính năng chính của nó là "SSM Mini Project, Imagine".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Imagine

Tải xuống các tệp mở rộng Imagine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Imagine Imagine
ID fnafmokgjfigndacgjppegpajljpjnhf
URL Chính Thức https://chrome.google.com/webstore/detail/imagine/fnafmokgjfigndacgjppegpajljpjnhf
Mô tả SSM Mini Project, Imagine
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-02-27
Ngày Phát Hành 2015-02-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển zerocool530
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}