Online Cookbook Extenstion
This extension adds recipies to your online cookbook
Wat is Online Cookbook Extenstion?
Online Cookbook Extenstion is een Chrome-extensie ontwikkeld door m.yeager001, en de belangrijkste functie is "This extension adds recipies to your online cookbook".
Download het CRX-bestand van de extensie Online Cookbook Extenstion
Download Online Cookbook Extenstion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension to organize all of your recipes into one cookbook
Basisinformatie over de Extensie
Naam | ![]() |
ID | hepfmchfhjgdidbalicnigabnbhkmobl |
Officiële URL | https://chrome.google.com/webstore/detail/online-cookbook-extenstio/hepfmchfhjgdidbalicnigabnbhkmobl |
Beschrijving | This extension adds recipies to your online cookbook |
Bestandsgrootte | 385 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-03-10 |
Publicatiedatum | 2016-03-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | m.yeager001 |
Betalingswijze | free |
Extensiewebsite | https://onlinecookbook.firebaseapp.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Online Cookbook Extenstion", "description": "This extension adds recipies to your online cookbook", "version": "1.0.1", "browser_action": { "default_icon": "\/assets\/icon3.png", "default_popup": "popup.html", "default_title": "Add to Cookbook" }, "permissions": [ "activeTab", "tabs", "storage" ] } |