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 *" } |