Recipe Sources
Search popular recipes in new tab page.
Co je Recipe Sources?
Recipe Sources je rozšíření Chrome vyvinuté melvintaytay23, a jeho hlavní funkcí je „Search popular recipes in new tab page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Recipe Sources
Stáhněte si soubory rozšíření Recipe Sources ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Easily get access to all popular recipes search results with Recipe Sources. Enjoy up to 1000’s of Free recipes and web search from one place. Permissions used & reasons: "Replace the page you see when opening a new tab" This allows us to show you our product - new tab page with free web search. By installing this extension, you agree to the End User License Agreement (https://recipesources.com/terms-of-use/index.html) and Privacy Policy (https://recipesources.com/privacy-policy/index.html)
Základní Informace o Rozšíření
Název | Recipe Sources |
ID | hdedaehcfnpmpgnpgeiodjjnjplnikch |
Oficiální URL | https://chromewebstore.google.com/detail/recipe-sources/hdedaehcfnpmpgnpgeiodjjnjplnikch |
Popis | Search popular recipes in new tab page. |
Velikost souboru | 18.06 KB |
Počet instalací | 11,092 |
Aktuální Verze | 21.30.1.101 |
Poslední Aktualizace | 2020-09-11 |
Datum Vydání | 2020-09-10 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | melvintaytay23 |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://recipesources.com/privacy-policy/index.html |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recipe Sources", "version": "21.30.1.101", "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "default_popup": "html\/popup\/popup.html" }, "chrome_url_overrides": { "newtab": "html\/default\/index.html" }, "description": "Search popular recipes in new tab page.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "web_accessible_resources": [ "*.json", "images\/icon16.png", "images\/icon128.png" ] } |