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/ .”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Digi-Images Favorites Digi-Images Favorites
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 *"
}