JoyTab - Your News Tab
A joy photography themed top news stories reader for your New Tab page
Τι είναι το JoyTab - Your News Tab;
Το JoyTab - Your News Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Audien, και η κύρια λειτουργία του είναι "A joy photography themed top news stories reader for your New Tab page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης JoyTab - Your News Tab
Λήψη αρχείων επέκτασης JoyTab - Your News Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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] Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pchdgeoklpcoicflglaoifjeoklpjffb |
| Επίσημο URL | https://chromewebstore.google.com/detail/joytab-your-news-tab/pchdgeoklpcoicflglaoifjeoklpjffb |
| Περιγραφή | A joy photography themed top news stories reader for your New Tab page |
| Μέγεθος Αρχείου | 14.2 MB |
| Αριθμός Εγκαταστάσεων | 4,389 |
| Τρέχουσα Έκδοση | 0.0.9 |
| Τελευταία Ενημέρωση | 2023-05-31 |
| Ημερομηνία Δημοσίευσης | 2022-08-09 |
| Προγραμματιστής | Audien |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| URL της Σελίδας Πολιτικής Απορρήτου | https://audien.io/privacy |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |