Digi-Images Favorites
Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
Digi-Images Favoritesとは何ですか?
Digi-Images Favoritesはhttp://infram.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .」です。
拡張機能のスクリーンショット
Digi-Images Favorites拡張機能のCRXファイルをダウンロード
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 *" } |