One tsp. Recipe Clipper
Copy recipes from supported web sites to your One tsp. recipe collection.
什么是One tsp. Recipe Clipper?
One tsp. Recipe Clipper是由https://onetsp.com开发的Chrome扩展程序,该扩展的主要功能是“Copy recipes from supported web sites to your One tsp. recipe collection.”。
扩展截图
下载One tsp. Recipe Clipper扩展crx文件
下载One tsp. Recipe Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The One tsp. recipe clipper allows you to save recipes from anywhere on the web with just one click! 扩展基本信息
| 名称 | |
| ID | dbjalipgbmiicadebpphmjlhkedpoffp |
| 官方URL | https://chromewebstore.google.com/detail/one-tsp-recipe-clipper/dbjalipgbmiicadebpphmjlhkedpoffp |
| 简介 | Copy recipes from supported web sites to your One tsp. recipe collection. |
| 文件大小 | 21.29 KB |
| 安装次数 | 367 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2019-01-17 |
| 上架时间 | 2019-01-17 |
| 开发者 | https://onetsp.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://onetsp.com/support |
| 隐私政策页面URL | https://onetsp.com/legal |
| 支持的语言 | 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"
}
} | |