文件名称:aglio-chrome-extension:Chrome扩展程序可刮取配方数据
文件大小:639KB
文件格式:ZIP
更新时间:2024-06-05 08:30:36
JavaScript
Aglio浏览器扩展 用于从站点获取干净配方数据以供以后在另一个站点中使用的扩展。 入门 添加扩展名后,您应该能够登录该扩展名并单击“保存”按钮。 这将拉出当前页面的来源,并拉出要存储的配方,配料和其他数据。 先决条件 节点JS 正在安装 资料下载 git clone git@github.com:*sbecton/aglio-chrome-extension.git cd aglio-chrome-extension npm i npm start 构建扩展 npm run build 添加到chrome 前往chrome:// extensions 开启开发人员模式 将build文件夹拖到chrome上 运行测试 npm test 建于 版本控制 我们使用进行版本控制。 有关可用的版本,请参见此的。 执照 此项目已获得MIT许可证的许可-有关详细信息,请参阅LIC
【文件预览】:
aglio-chrome-extension-master
----.gitignore(285B)
----README.md(1KB)
----public()
--------manifest.json(434B)
--------index.html(2KB)
--------favicon.ico(4KB)
----docs()
--------App.html(6KB)
--------AllRecipesScraper.html(10KB)
--------components_App_index.js.html(5KB)
--------lib_scrapers_AllRecipesScraper_index.js.html(3KB)
--------Recipe.html(2KB)
--------RecipeDetails.html(10KB)
--------components_ScrapeRecipeButton_index.js.html(3KB)
--------global.html(4KB)
--------SaveRecipeButton.html(4KB)
--------lib_scrapers_BaseScraper_index.js.html(3KB)
--------fonts()
--------App.js.html(3KB)
--------components_RecipeDetails_index.js.html(6KB)
--------ScraperFactory.html(8KB)
--------BaseScrape.html(6KB)
--------scripts()
--------styles()
--------lib_scrapers_AllRecipesScraper_index.test.js.html(9KB)
--------index.html(3KB)
--------SaveRecipeButton_index.js.html(2KB)
--------BaseScraper.html(9KB)
--------lib_scrapers_ScraperFactory_index.js.html(3KB)
--------lib_models_Recipe_index.js.html(2KB)
----package.json(921B)
----src()
--------components()
--------index.css(131B)
--------registerServiceWorker.js(4KB)
--------index.js(265B)
--------lib()
----LICENSE.md(1KB)
----yarn.lock(245KB)
----package-lock.json(600KB)