Oolong Image Viewer
A simple image viewer supporting drag and drop of the image.
ما هو Oolong Image Viewer؟
Oolong Image Viewer هو إضافة Chrome تم تطويرها بواسطة oolongprojects، والميزة الرئيسية لها هي "A simple image viewer supporting drag and drop of the image.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Oolong Image Viewer
قم بتنزيل ملفات الامتداد Oolong Image Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple replacement of Chrome Browser's default image viewer, and it simply support exploring the picture(especially very big pictures, e.g. product interaction diagram, infographics) with drag and drop.
معلومات أساسية عن التمديد
الاسم | |
ID | fdmbhglgjkadnfkbbdepakdhkkkmabom |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom |
الوصف | A simple image viewer supporting drag and drop of the image. |
حجم الملف | 268 KB |
عدد التثبيتات | 331 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2017-06-25 |
تاريخ النشر | 2017-06-25 |
تقييم | 4.00/5 مجموع تقييمات 6 |
المطور | oolongprojects |
نوع الدفع | free |
موقع الإضافة | https://github.com/socrateslee/oolong_image_viewer |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "image-viewer\/bootstrap\/*", "image-viewer\/css\/*", "image-viewer\/*" ], "content_scripts": [ { "all_frames": false, "js": [ "loader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start" } ], "name": "Oolong Image Viewer", "short_name": "ooloog image viewer", "description": "A simple image viewer supporting drag and drop of the image.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "manifest_version": 2, "permissions": [ "tabs" ], "version": "1.0.3" } |