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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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