One tsp. Recipe Clipper
Copy recipes from supported web sites to your One tsp. recipe collection.
Vad är One tsp. Recipe Clipper?
One tsp. Recipe Clipper är en Chrome-tillägg utvecklad av https://onetsp.com, och dess huvudfunktion är "Copy recipes from supported web sites to your One tsp. recipe collection.".
Tilläggsskärmbilder
Ladda ner One tsp. Recipe Clipper-förlängningens CRX-fil
Ladda ner One tsp. Recipe Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The One tsp. recipe clipper allows you to save recipes from anywhere on the web with just one click! Grundläggande Information om Tillägg
| Namn | |
| ID | dbjalipgbmiicadebpphmjlhkedpoffp |
| Officiell webbadress | https://chromewebstore.google.com/detail/one-tsp-recipe-clipper/dbjalipgbmiicadebpphmjlhkedpoffp |
| Beskrivning | Copy recipes from supported web sites to your One tsp. recipe collection. |
| Filstorlek | 21.29 KB |
| Antal Installationer | 367 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2019-01-17 |
| Publiceringsdatum | 2019-01-17 |
| Utvecklare | https://onetsp.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://onetsp.com/support |
| URL till Sekretesspolicy Sidan | https://onetsp.com/legal |
| Stödda Språk | 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"
}
} | |