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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flipper
قم بتنزيل ملفات الامتداد Flipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool enables rotate and flip images on your browser.
معلومات أساسية عن التمديد
الاسم | 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'" } |