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
官方網址 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 *"
}