Just Food You clipper
Help grab recipe to www.justfoodyou.com
Was ist Just Food You clipper?
Just Food You clipper ist eine Chrome-Erweiterung, die von https://www.justfoodyou.com entwickelt wurde, und ihr Hauptmerkmal ist "Help grab recipe to www.justfoodyou.com".
Erweiterungsscreenshots
Just Food You clipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Just Food You clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension can clip recipes to www.justfoodyou.com cookbook webapplication from any website. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jehllbcgafncimgnhmnimpolkbjpglkd |
| Offizielle URL | https://chromewebstore.google.com/detail/just-food-you-clipper/jehllbcgafncimgnhmnimpolkbjpglkd |
| Beschreibung | Help grab recipe to www.justfoodyou.com |
| Dateigröße | 1.58 MB |
| Installationsanzahl | 33 |
| Aktuelle Version | 0.1.8 |
| Letztes Update | 2019-03-08 |
| Veröffentlichungsdatum | 2019-03-08 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.justfoodyou.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.justfoodyou.com |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Just Food You clipper",
"description": "Help grab recipe to www.justfoodyou.com",
"version": "0.1.8",
"icons": {
"16": "icon_16.jpg",
"32": "icon_32.png",
"64": "icon_64.png",
"128": "icon_128.png"
},
"permissions": [
"identity",
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self'; object-src 'self';",
"externally_connectable": {
"ids": [
"iehpofechmihgfphjmggfieaoandaena",
"jehllbcgafncimgnhmnimpolkbjpglkd"
],
"matches": [
"*:\/\/www.justfoodyou.com\/*"
],
"accepts_tls_channel_id": true
},
"web_accessible_resources": [
"icon_16.jpg",
"icon_32.png",
"NoImage.jpg",
"images\/*",
"bootstrap\/*",
"templates.html",
"jquery.min.js",
"clipper_frame.html",
"clipper.js"
],
"browser_action": {
"default_icon": "icon_32.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.min.js",
"content.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"background": {
"scripts": [
"jquery.min.js",
"franc.js",
"underscore-min.js",
"backbone-min.js",
"parse-1.4.2.min.js",
"background.js"
]
}
} | |