Recipe Sources
Search popular recipes in new tab page.
Recipe Sources क्या है?
Recipe Sources melvintaytay23 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search popular recipes in new tab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Recipe Sources एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | Recipe Sources |
ID | hdedaehcfnpmpgnpgeiodjjnjplnikch |
आधिकारिक URL | https://chromewebstore.google.com/detail/recipe-sources/hdedaehcfnpmpgnpgeiodjjnjplnikch |
विवरण | Search popular recipes in new tab page. |
फ़ाइल का आकार | 18.06 KB |
स्थापना संख्या | 11,092 |
वर्तमान संस्करण | 21.30.1.101 |
अंतिम अपडेट | 2020-09-11 |
प्रकाशन तिथि | 2020-09-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | melvintaytay23 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://recipesources.com/privacy-policy/index.html |
समर्थित भाषाएँ | 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" ] } |