cinc.kitchen Recipe Importer
Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Hvad er cinc.kitchen Recipe Importer?
cinc.kitchen Recipe Importer er en Chrome-udvidelse udviklet af https://www.cinc.kitchen, og dens hovedfunktion er "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".
Udvidelsesskærmbilleder
Download cinc.kitchen Recipe Importer-udvidelses-CRX-fil
Download cinc.kitchen Recipe Importer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bgfpngmmnfogkbjpaliehfdobkeakoke |
| Officiel URL | https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke |
| Beskrivelse | Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon. |
| Filstørrelse | 117 KB |
| Antal Installationer | 60 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2017-06-23 |
| Udgivelsesdato | 2017-06-23 |
| Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://www.cinc.kitchen |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.cinc.kitchen |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "cinc.kitchen Recipe Importer",
"description": "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.",
"version": "1.0.2",
"browser_action": {
"default_icon": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"webRequest",
" | |