FoodSpace

FoodSpace Clipper

Apa itu FoodSpace?

FoodSpace adalah ekstensi Chrome yang dikembangkan oleh foodspace, dan fitur utamanya adalah "FoodSpace Clipper".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FoodSpace

Unduh file ekstensi FoodSpace 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

                        Foodspace's Recipe Plugin is the easier way to save and shop recipes from your favorite blogs.

Our chrome extension is the best way to save any recipe as you are doing your daily browsing online. Simply just click the FoodSpace icon to save a recipe. Another click, and you can order the ingredients right away.

Enjoy responsibly! :)                    

Informasi Dasar Ekstensi

Nama FoodSpace FoodSpace
ID odplillgomblmjnnjcomgakhjbmbjcep
URL Resmi https://chromewebstore.google.com/detail/foodspace/odplillgomblmjnnjcomgakhjbmbjcep
Deskripsi FoodSpace Clipper
Ukuran File 55.01 KB
Jumlah Instalasi 289
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-03-31
Tanggal Publikasi 2019-03-30
Penilaian 4.43/5 Total 7 Penilaian
Pengembang foodspace
Tipe Pembayaran free
Situs Ekstensi https://my.foodspaceapp.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FoodSpace",
    "version": "1.0.1",
    "description": "FoodSpace Clipper",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "popup.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}