Imgfave

Save all your favorite images to imgfave.com

Apa itu Imgfave?

Imgfave adalah ekstensi Chrome yang dikembangkan oleh https://imgfave.com, dan fitur utamanya adalah "Save all your favorite images to imgfave.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Imgfave

Unduh file ekstensi Imgfave dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Save images from any website to your imgfave profile!                    

Informasi Dasar Ekstensi

Nama Imgfave Imgfave
ID kghdcaabnmnmhmkakjlopbeffidaonba
URL Resmi https://chromewebstore.google.com/detail/imgfave/kghdcaabnmnmhmkakjlopbeffidaonba
Deskripsi Save all your favorite images to imgfave.com
Ukuran File 10.85 KB
Jumlah Instalasi 185
Versi Saat Ini 1.3
Terakhir Diperbarui 2014-03-20
Tanggal Publikasi 2014-03-20
Penilaian 4.50/5 Total 10 Penilaian
Pengembang https://imgfave.com
Tipe Pembayaran free
Situs Ekstensi http://imgfave.com
URL Halaman Bantuan http://imgfave.com/about
Bahasa yang Didukung 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:\/\/*\/"
    ]
}