JoyTab - Your News Tab
A joy photography themed top news stories reader for your New Tab page
What is JoyTab - Your News Tab?
JoyTab - Your News Tab is a Chrome extension developed by Audien, and its main feature is "A joy photography themed top news stories reader for your New Tab page".
Extension Screenshots
Download JoyTab - Your News Tab Extension CRX File
Download JoyTab - Your News Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
JoyTab is an extension that replaces your new tab with refreshing photography backgrounds, a search bar, and trending new stories so you have everything you'll need when you open a new tab. The news stories are powered by The New York Times RSS Feed. By clicking "Add to chrome", I accept and agree to installing the JoyTab extension and setting Chrome New Tab search to that provided by the service. The search provider will be Microsoft Bing Privacy Policy: https://audien.io/privacy/ Terms of Service: https://audien.io/user/agreement/ Key Feature Include: * Show Most Visited Sites * Refreshing Photography Background * See Trending News Stories You can reach out to us at [email protected]
Extension Basic Information
Name | JoyTab - Your News Tab |
ID | pchdgeoklpcoicflglaoifjeoklpjffb |
Official URL | https://chromewebstore.google.com/detail/joytab-your-news-tab/pchdgeoklpcoicflglaoifjeoklpjffb |
Description | A joy photography themed top news stories reader for your New Tab page |
File Size | 14.2 MB |
Installation Count | 4,389 |
Current Version | 0.0.9 |
Last Updated | 2023-05-31 |
Publish Date | 2022-08-09 |
Developer | Audien |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://audien.io/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "dist\/index.html" }, "description": "A joy photography themed top news stories reader for your New Tab page", "manifest_version": 3, "name": "JoyTab - Your News Tab", "permissions": [ "storage", "topSites" ], "background": { "service_worker": "background.js" }, "version": "0.0.9", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" } } |