Flipper
This tool enables rotate and flip images on your browser.
Apa itu Flipper?
Flipper adalah ekstensi Chrome yang dikembangkan oleh https://nakashima723.info, dan fitur utamanya adalah "This tool enables rotate and flip images on your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Flipper
Unduh file ekstensi Flipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This tool enables rotate and flip images on your browser.
Informasi Dasar Ekstensi
Nama | Flipper |
ID | hcpgdfjpehdkdebjepgcmgkhoabjdegf |
URL Resmi | https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf |
Deskripsi | This tool enables rotate and flip images on your browser. |
Ukuran File | 52.71 KB |
Jumlah Instalasi | 1,739 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2022-06-23 |
Tanggal Publikasi | 2016-10-22 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | https://nakashima723.info |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://twitter.com/nakashima723 |
Bahasa yang Didukung | 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'" } |