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:\/\/*\/"
    ]
}