Just Food You clipper
Help grab recipe to www.justfoodyou.com
Just Food You clipperとは何ですか?
Just Food You clipperはhttps://www.justfoodyou.comによって開発されたChromeの拡張機能で、その主な機能は「Help grab recipe to www.justfoodyou.com」です。
拡張機能のスクリーンショット
Just Food You clipper拡張機能のCRXファイルをダウンロード
Just Food You clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension can clip recipes to www.justfoodyou.com cookbook webapplication from any website.
拡張機能の基本情報
名前 | Just Food You clipper |
ID | jehllbcgafncimgnhmnimpolkbjpglkd |
公式URL | https://chromewebstore.google.com/detail/just-food-you-clipper/jehllbcgafncimgnhmnimpolkbjpglkd |
説明 | Help grab recipe to www.justfoodyou.com |
ファイルサイズ | 1.58 MB |
インストール数 | 33 |
現在のバージョン | 0.1.8 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.justfoodyou.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.justfoodyou.com |
対応言語 | 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" ] } } |