IMG inspector
Transforms any page with links to images in a gallery with thumbnails and lightbox viewer. Added Links Generator.
ما هو IMG inspector؟
IMG inspector هو إضافة Chrome تم تطويرها بواسطة https://www.omiod.com، والميزة الرئيسية لها هي "Transforms any page with links to images in a gallery with thumbnails and lightbox viewer. Added Links Generator.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IMG inspector
قم بتنزيل ملفات الامتداد IMG inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Transforms any page with links to images, in a full gallery with thumbnails and lightbox-style viewer. When there are more than 650 images, you can select what group of images you want to see. This reduces resources usage when too many images are linked. Features - Image Link Generator to create automatic galleries (beta). - Thumbnails - Lightbox to easily view each image - Optional "compact mode" to vie more items at once. - Drag the thumbnails to a folder or alt-click to save the full-size image - ctrl-click to open an image in a new tab - Optional automatic gallery PLEASE NOTE Only works with links to real images ( i.e. .jpg files) , not with links to pages with images. After installing the extension, please refresh the page hosting the images. Try with one of the pages listed here: http://www.google.com/search?q=%22index+of+/images%22+%22parent+directory%22+-mp3 or this http://www.google.com/search?hl=en&um=1&q=inurl:%22wp-content/gallery%22%20%22index%20of%22 Change log: 1.0 - First version 1.0.1 - Fixed iframes issues 1.1 - Image grouping 1.2 - Styles fix - alternative compact mode, re-enabled shift / ctrl / alt + mouse click 1.2.1 - v1.2 has some issues, reverted to the previous version 1.2.2. - Input filed issues now fixed 1.3 - Optional automatic gallery ( beta ) 1.3.1 - fixed the automatic startup 1.4 - Fixed the centering issues, added a new "image links generator" (beta) 1.4.1 / 1.4.2 - Small fixes 1.4.3 - Interface improvements 1.4.4 - links generator: better interface - numbering fixed - new auto filename option - fixed image centering in some cases - added brief in-line instructions 1.4.5 - Fixed a numering issue - added step value 1.4.6 - added "lab" random option - warning when too many images will be parsed - first image will now is the one you start from - test alt replacer 1.4.7 - test features added and disabled 1.4.8 - When in automatic mode, the "are you sure" request is disabled. 1.5 - new popup image explorer (beta, but already cool) 1.5.1 - bugfix 1.6.0 - Total rewrite to follow the new Vhorme Extensions guidelines - basic support form multilingual interface 1.6.1 - in links generator (LG), options to start with a custom range - LG: images with loading error are removed - LG: loading status
معلومات أساسية عن التمديد
الاسم | IMG inspector |
ID | hpogobkggapdhmfnamfnhmchcbmehokb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/img-inspector/hpogobkggapdhmfnamfnhmchcbmehokb |
الوصف | Transforms any page with links to images in a gallery with thumbnails and lightbox viewer. Added Links Generator. |
حجم الملف | 30.17 KB |
عدد التثبيتات | 6,078 |
النسخة الحالية | 1.6.1 |
آخر تحديث | 2013-06-23 |
تاريخ النشر | 2013-06-23 |
تقييم | 3.85/5 مجموع تقييمات 78 |
المطور | https://www.omiod.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.omiod.com/img-inspector.php |
عنوان صفحة سياسة الخصوصية | https://www.omiod.com/meta-seo-inspector/privacy-policy.php |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.6.1", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "browser_action": { "default_icon": { "38": "images\/48.png", "19": "images\/16.png" }, "default_title": "__MSG_extName__", "default_popup": "views\/popup.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/service.js", "scripts\/lightLightbox.js", "scripts\/content_script.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "http:\/\/*\/*", "tabs", "storage" ], "web_accessible_resources": [ "styles\/inject.css" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |