Flickr Image Search

This extension allows you to search flickr right from the extension

Flickr Image Searchとは何ですか?

Flickr Image Searchはhttp://www.godoploid.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to search flickr right from the extension」です。

拡張機能のスクリーンショット

screenshot

Flickr Image Search拡張機能のCRXファイルをダウンロード

Flickr Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Test extension that allows you to click on the icon and search for images on flickr!                    

拡張機能の基本情報

名前 Flickr Image Search Flickr Image Search
ID kjohmodkkigimpafleepacglbjihbjlm
公式URL https://chrome.google.com/webstore/detail/flickr-image-search/kjohmodkkigimpafleepacglbjihbjlm
説明 This extension allows you to search flickr right from the extension
ファイルサイズ 54.93 KB
インストール数 303
現在のバージョン 1.2
最終更新日 2014-03-07
公開日 2014-03-07
評価 5.00/5 合計 1 レビュー
開発者 http://www.godoploid.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flickr Image Search",
    "description": "This extension allows you to search flickr right from the extension",
    "version": "1.2",
    "permissions": [
        "https:\/\/api.flickr.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Flickr Image Search"
    },
    "homepage_url": "http:\/\/godoploid.com",
    "icons": {
        "128": "128-128.png",
        "19": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "popup.js"
            ]
        }
    ]
}