Foxy New Tab
Custom Chrome/Chromium New Tab Page, just for me!
Foxy New Tab क्या है?
Foxy New Tab laserhawk64 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom Chrome/Chromium New Tab Page, just for me!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Foxy New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension replaces your New Tab page with a static picture of a smug red fox. There will only ever be one picture, and there will only ever be one 'Foxy New Tab' Chrome Extension... unless Google decides to break backwards compatibility someday, in which case there might be two such extensions, and there might be zero. Time will tell... This upload primarily serves as a workaround for the new (and exceedingly myopic) "We don't like Extensions that aren't in the Store" policy that exists in the official Chrome browser for Windows. If you like it, great. If you don't, uninstall it and move on. In either case, good luck to you :)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bonjaelihdcjneiffcfkehppkndfggem |
आधिकारिक URL | https://chromewebstore.google.com/detail/foxy-new-tab/bonjaelihdcjneiffcfkehppkndfggem |
विवरण | Custom Chrome/Chromium New Tab Page, just for me! |
फ़ाइल का आकार | 262 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-08-25 |
प्रकाशन तिथि | 2017-10-09 |
डेवलपर | laserhawk64 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Christopher Havel", "content_scripts": [ { "css": [ "newtab.css" ], "html": [ "newtab.html" ], "matches": [ "https:\/\/*\/_\/chrome\/newtab*", "*:\/\/local-ntp\/local-ntp.html" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Custom Chrome\/Chromium New Tab Page, just for me!", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "29", "name": "Foxy New Tab", "version": "1.0" } |