Search Free Image

選択した内容を右クリックでフリー画像素材検索します

Cos'è Search Free Image?

Search Free Image è un'estensione di Chrome sviluppata da http://wryoku.com, e la sua funzione principale è "選択した内容を右クリックでフリー画像素材検索します".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search Free Image

Scarica i file di estensione Search Free Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        フリー素材を探したい文字を選択し、右クリックすると、フリー素材を選択します。

以下のサイトでフリー写真素材を検索します。

・写真AC
・pixaboy

※どちらのサイトも商用利用可・クレジット表示不要

記事を書くお仕事のライターさんやブロガーさん、ウェブデザイナーさんにおすすめの拡張機能です。                    

Informazioni di Base sull'Estensione

Nome Search Free Image Search Free Image
ID amhppkmanhciigbpkmnfpckpbiajbfco
URL Ufficiale https://chrome.google.com/webstore/detail/amhppkmanhciigbpkmnfpckpbiajbfco
Descrizione 選択した内容を右クリックでフリー画像素材検索します
Dimensione del File 6.58 KB
Conteggio Installazioni 35
Versione Corrente 0.1
Ultimo Aggiornamento 2016-06-05
Data di Pubblicazione 2016-06-05
Sviluppatore http://wryoku.com
Tipo di Pagamento free
Sito Web dell'Estensione http://wryoku.com/chrome-search_free_image/
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Free Image",
    "version": "0.1",
    "manifest_version": 2,
    "description": "\u9078\u629e\u3057\u305f\u5185\u5bb9\u3092\u53f3\u30af\u30ea\u30c3\u30af\u3067\u30d5\u30ea\u30fc\u753b\u50cf\u7d20\u6750\u691c\u7d22\u3057\u307e\u3059",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}