Digi-Images Favorites
Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
Digi-Images Favorites là gì?
Digi-Images Favorites là một tiện ích mở rộng Chrome được phát triển bởi http://infram.wordpress.com, và tính năng chính của nó là "Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Digi-Images Favorites
Tải xuống các tệp mở rộng Digi-Images Favorites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lepjnkigiaommhkehopbgkmaobcncbdn |
URL Chính Thức | https://chrome.google.com/webstore/detail/digi-images-favorites/lepjnkigiaommhkehopbgkmaobcncbdn |
Mô tả | Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ . |
Kích Thước Tệp | 21.82 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 9.0 |
Cập Nhật Lần Cuối | 2014-01-30 |
Ngày Phát Hành | 2014-01-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://infram.wordpress.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.digi-images.de/ |
URL Trang Trợ Giúp | http://infram.wordpress.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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 *" } |