Imgfave

Save all your favorite images to imgfave.com

Imgfaveとは何ですか?

Imgfaveはhttps://imgfave.comによって開発されたChromeの拡張機能で、その主な機能は「Save all your favorite images to imgfave.com」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Save images from any website to your imgfave profile!                    

拡張機能の基本情報

名前 Imgfave Imgfave
ID kghdcaabnmnmhmkakjlopbeffidaonba
公式URL https://chromewebstore.google.com/detail/imgfave/kghdcaabnmnmhmkakjlopbeffidaonba
説明 Save all your favorite images to imgfave.com
ファイルサイズ 10.85 KB
インストール数 185
現在のバージョン 1.3
最終更新日 2014-03-20
公開日 2014-03-20
評価 4.50/5 合計 10 レビュー
開発者 https://imgfave.com
支払い方法 free
拡張機能のウェブサイト http://imgfave.com
ヘルプページのURL http://imgfave.com/about
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgfave",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Save all your favorite images to imgfave.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "menu.html",
        "default_title": "Imgfave"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}