One tsp. Recipe Clipper
Copy recipes from supported web sites to your One tsp. recipe collection.
What is One tsp. Recipe Clipper?
One tsp. Recipe Clipper is a Chrome extension developed by https://onetsp.com, and its main feature is "Copy recipes from supported web sites to your One tsp. recipe collection.".
Extension Screenshots
Download One tsp. Recipe Clipper Extension CRX File
Download One tsp. Recipe Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The One tsp. recipe clipper allows you to save recipes from anywhere on the web with just one click!
Extension Basic Information
Name | One tsp. Recipe Clipper |
ID | dbjalipgbmiicadebpphmjlhkedpoffp |
Official URL | https://chromewebstore.google.com/detail/one-tsp-recipe-clipper/dbjalipgbmiicadebpphmjlhkedpoffp |
Description | Copy recipes from supported web sites to your One tsp. recipe collection. |
File Size | 21.29 KB |
Installation Count | 367 |
Current Version | 1.0.3 |
Last Updated | 2019-01-17 |
Publish Date | 2019-01-17 |
Developer | https://onetsp.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://onetsp.com/support |
Privacy Policy Page URL | https://onetsp.com/legal |
Supported Languages | 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" } } |