Imgfave

Save all your favorite images to imgfave.com

What is Imgfave?

Imgfave is a Chrome extension developed by https://imgfave.com, and its main feature is "Save all your favorite images to imgfave.com".

Extension Screenshots

screenshot
screenshot

Download Imgfave Extension CRX File

Download Imgfave extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save images from any website to your imgfave profile!                    

Extension Basic Information

Name Imgfave Imgfave
ID kghdcaabnmnmhmkakjlopbeffidaonba
Official URL https://chromewebstore.google.com/detail/imgfave/kghdcaabnmnmhmkakjlopbeffidaonba
Description Save all your favorite images to imgfave.com
File Size 10.85 KB
Installation Count 185
Current Version 1.3
Last Updated 2014-03-20
Publish Date 2014-03-20
Rating 4.50/5 Total 10 Ratings
Developer https://imgfave.com
Payment Type free
Extension Website http://imgfave.com
Help Page URL http://imgfave.com/about
Supported Languages 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:\/\/*\/"
    ]
}