XDA Gallery - Beta
View XDA threads as an image gallery
XDA Gallery - Betaคืออะไร?
XDA Gallery - Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RandomBitsOfTech และคุณลักษณะหลักของมันคือ "View XDA threads as an image gallery"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XDA Gallery - Beta
ดาวน์โหลดไฟล์ส่วนขยาย XDA Gallery - Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you a fan of the XDA Developer forums? Do you find yourself looking through lots of "screenshot" type threads? All those "What's your wallpaper" or "Show off your homescreen"? Are you tired of clicking through page after endless page of posts just to look for the images? If so then this app is for you! Install the extension which will add a small icon in the top right corner of your browser and just go browsing XDA as you normally would. When you find yourself on a thread with lots of images just click the new icon and a new tab will open that searches the thread for images and loads them dynamically. No more clicking through page loads, just scroll down and it'll fetch more images for you! Log bugs here: http://forum.xda-developers.com/showthread.php?p=34943572 NOTE: This is not an official plugin from XDA-Developers nor is it affiliated with the site in any form or fashion. Changes: 3/16: - New: Advanced option to fetch all images in a thread ( Warning: Will be slow on very large threads and or cause images to not load, added as a request. Disable if it causes problems ) - Couple bug fixes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | XDA Gallery - Beta |
ID | bohmnlfnbncjhpjagccfgblhcdgicdnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xda-gallery-beta/bohmnlfnbncjhpjagccfgblhcdgicdnp |
คำอธิบาย | View XDA threads as an image gallery |
ขนาดไฟล์ | 528 KB |
จำนวนการติดตั้ง | 109 |
เวอร์ชันปัจจุบัน | 0.2.6.1 |
อัปเดตครั้งล่าสุด | 2013-03-21 |
วันที่เผยแพร่ | 2013-03-21 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | RandomBitsOfTech |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "XDA Gallery - Beta", "version": "0.2.6.1", "manifest_version": 2, "description": "View XDA threads as an image gallery", "default_locale": "en", "icons": { "128": "images\/xda_pic_viewer_on_128.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "page": "views\/background.html" }, "options_page": "views\/options.html", "permissions": [ "tabs", "http:\/\/forum.xda-developers.com\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/forum.xda-developers.com\/*" ], "js": [ "javascript\/jquery.js", "javascript\/background.js", "javascript\/xda\/xda_utils.js", "javascript\/xda\/xda_gallery_detail.js" ] } ] } |