Image Monotonizer
Image Monotonizer is a browser plugin that monotonize all images on webpage.
ما هو Image Monotonizer؟
Image Monotonizer هو إضافة Chrome تم تطويرها بواسطة hibisan، والميزة الرئيسية لها هي "Image Monotonizer is a browser plugin that monotonize all images on webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Monotonizer
قم بتنزيل ملفات الامتداد Image Monotonizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Image Monotonizer is a chrome extension which converts the image on the web page or the color of the whole page into black and white. In addition to black and white, customization such as cyanization and hue conversion is also possible. It is realized by using webkit-filter. MODE PRESETS: - grayscale mode - sepia mode - blur mode - blur and grayscale mode - blur and sepia mode - custom mode Custom mode is a mode in which you can freely adjust the setting.
معلومات أساسية عن التمديد
الاسم | |
ID | jdknegajbhkhjmkbbmgbjokoijppleng |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/image-monotonizer/jdknegajbhkhjmkbbmgbjokoijppleng |
الوصف | Image Monotonizer is a browser plugin that monotonize all images on webpage. |
حجم الملف | 3.6 MB |
عدد التثبيتات | 71 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2018-09-07 |
تاريخ النشر | 2018-09-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | hibisan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "monolog.png", "default_title": "Click here to run\/stop Image Monitonizer." }, "content_scripts": [ { "js": [ "jq\/jquery-1.11.0.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Image Monotonizer is a browser plugin that monotonize all images on webpage.", "icons": { "128": "monolog128.png", "16": "monolog16.png", "48": "monolog48.png" }, "options_page": "options.html", "manifest_version": 2, "name": "Image Monotonizer", "permissions": [ "tabs", " |