Digi-Images Favorites
Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
Digi-Images Favoritesคืออะไร?
Digi-Images Favorites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://infram.wordpress.com และคุณลักษณะหลักของมันคือ "Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ ."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Digi-Images Favorites
ดาวน์โหลดไฟล์ส่วนขยาย Digi-Images Favorites ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A popup extension that displays your favorite Digi-Images feed in chrome browser. The feed is a cooliris feed so it is possible that any cooliris feeds could be displayed by this extension. You can filter a feed by the provided image titles. These titles include the user name and the image title. The extension shows the last 35 images that matches your filters. If you do not give filters the image feed will not filtered and the last 35 images are displayed. A filter is plain text or a JavaScript regular expression.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lepjnkigiaommhkehopbgkmaobcncbdn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/digi-images-favorites/lepjnkigiaommhkehopbgkmaobcncbdn |
คำอธิบาย | Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ . |
ขนาดไฟล์ | 21.82 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 9.0 |
อัปเดตครั้งล่าสุด | 2014-01-30 |
วันที่เผยแพร่ | 2014-01-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://infram.wordpress.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.digi-images.de/ |
URL หน้าช่วยเหลือ | http://infram.wordpress.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digi-Images Favorites", "version": "9.0", "author": "Dica-Developer", "description": "Show my favorite Digi-Images photos. See Digi-Images on http:\/\/www.digi-images.de\/ .", "browser_action": { "default_icon": "icon.png", "default_title": "Digi-Images Favorites", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "options_page": "options\/index.html", "permissions": [ "tabs", "http:\/\/www.digi-images.de\/*" ], "content_security_policy": "default-src *; style-src 'self'; script-src 'self'; object-src 'self'; connect-src *; img-src *" } |