Flipper

This tool enables rotate and flip images on your browser.

Co to jest Flipper?

Flipper to rozszerzenie Chrome opracowane przez https://nakashima723.info, a jego główną funkcją jest „This tool enables rotate and flip images on your browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Flipper

Pobierz pliki rozszerzeń Flipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This tool enables rotate and flip images on your browser.                    

Podstawowe informacje o rozszerzeniu

Nazwa Flipper Flipper
ID hcpgdfjpehdkdebjepgcmgkhoabjdegf
Oficjalny URL https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf
Opis This tool enables rotate and flip images on your browser.
Rozmiar pliku 52.71 KB
Liczba instalacji 1,739
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2022-06-23
Data Publikacji 2016-10-22
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://nakashima723.info
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitter.com/nakashima723
Obsługiwane Języki 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'"
}