Flipper

This tool enables rotate and flip images on your browser.

Flipper là gì?

Flipper là một tiện ích mở rộng Chrome được phát triển bởi https://nakashima723.info, và tính năng chính của nó là "This tool enables rotate and flip images on your browser.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Flipper 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

                        This tool enables rotate and flip images on your browser.                    

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

Tên Flipper Flipper
ID hcpgdfjpehdkdebjepgcmgkhoabjdegf
URL Chính Thức https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf
Mô tả This tool enables rotate and flip images on your browser.
Kích Thước Tệp 52.71 KB
Số Lần Cài Đặt 1,739
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2022-06-23
Ngày Phát Hành 2016-10-22
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://nakashima723.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/nakashima723
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/flipper_16.png",
        "48": "images\/flipper_48.png",
        "128": "images\/flipper_128.png"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/contents.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/flipper_16.png",
        "default_title": "\u30a8\u30ac\u30de\u30ef\u30fc\u30eb",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}