One tsp. Recipe Clipper

Copy recipes from supported web sites to your One tsp. recipe collection.

Apa itu One tsp. Recipe Clipper?

One tsp. Recipe Clipper adalah ekstensi Chrome yang dikembangkan oleh https://onetsp.com, dan fitur utamanya adalah "Copy recipes from supported web sites to your One tsp. recipe collection.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi One tsp. Recipe Clipper

Unduh file ekstensi One tsp. Recipe Clipper 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

                        The One tsp. recipe clipper allows you to save recipes from anywhere on the web with just one click!                    

Informasi Dasar Ekstensi

Nama One tsp. Recipe Clipper One tsp. Recipe Clipper
ID dbjalipgbmiicadebpphmjlhkedpoffp
URL Resmi https://chromewebstore.google.com/detail/one-tsp-recipe-clipper/dbjalipgbmiicadebpphmjlhkedpoffp
Deskripsi Copy recipes from supported web sites to your One tsp. recipe collection.
Ukuran File 21.29 KB
Jumlah Instalasi 367
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2019-01-17
Tanggal Publikasi 2019-01-17
Pengembang https://onetsp.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://onetsp.com/support
URL Halaman Kebijakan Privasi https://onetsp.com/legal
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One tsp. Recipe Clipper",
    "description": "Copy recipes from supported web sites to your One tsp. recipe collection.",
    "version": "1.0.3",
    "icons": {
        "16": "icon_circle_16.png",
        "32": "icon_circle_32.png",
        "48": "icon_circle_48.png",
        "128": "icon_circle_128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/onetsp.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}