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 |
| 官方網址 | 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"
}
} | |