Flipper
This tool enables rotate and flip images on your browser.
Wat is Flipper?
Flipper is een Chrome-extensie ontwikkeld door https://nakashima723.info, en de belangrijkste functie is "This tool enables rotate and flip images on your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Flipper
Download Flipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This tool enables rotate and flip images on your browser.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hcpgdfjpehdkdebjepgcmgkhoabjdegf | 
| Officiële URL | https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf | 
| Beschrijving | This tool enables rotate and flip images on your browser. | 
| Bestandsgrootte | 52.71 KB | 
| Aantal Installaties | 1,739 | 
| Huidige Versie | 1.2.2 | 
| Laatst Bijgewerkt | 2022-06-23 | 
| Publicatiedatum | 2016-10-22 | 
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | https://nakashima723.info | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://twitter.com/nakashima723 | 
| Ondersteunde Talen | 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'"
}  |  |