Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
ما هو Next Image؟
Next Image هو إضافة Chrome تم تطويرها بواسطة wArLeY996، والميزة الرئيسية لها هي "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Next Image
قم بتنزيل ملفات الامتداد Next Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is really simple to use. If you download images from gallery is very useful When you view an image: http://www.greenball.com/brochure/files/pages/large/5.jpg and you want to see the next image, just need do click in the extension and your url refresh to: http://www.greenball.com/brochure/files/pages/large/6.jpg Try and enjoy!
معلومات أساسية عن التمديد
الاسم | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
الوصف | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
حجم الملف | 125 KB |
عدد التثبيتات | 179 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-02-04 |
تاريخ النشر | 2015-02-04 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | wArLeY996 |
نوع الدفع | free |
موقع الإضافة | http://www.gopanga.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Next Image", "version": "1.0", "description": "wArLeY996 develop for get the next image quickly, powered by GoPanga.com", "options_page": "popup.html", "icons": { "128": "images\/icon.png" }, "background": { "persistent": false, "scripts": [ "script.js" ] }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "tabs" ], "browser_action": { "default_title": "", "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |