Flipper

This tool enables rotate and flip images on your browser.

Flipperคืออะไร?

Flipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nakashima723.info และคุณลักษณะหลักของมันคือ "This tool enables rotate and flip images on your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flipper

ดาวน์โหลดไฟล์ส่วนขยาย Flipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This tool enables rotate and flip images on your browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flipper Flipper
ID hcpgdfjpehdkdebjepgcmgkhoabjdegf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf
คำอธิบาย This tool enables rotate and flip images on your browser.
ขนาดไฟล์ 52.71 KB
จำนวนการติดตั้ง 1,739
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2022-06-23
วันที่เผยแพร่ 2016-10-22
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://nakashima723.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/nakashima723
ภาษาที่รองรับ 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'"
}