OX: Bookmarks you'll be happy to look at.
Replace your new tabs page with a beautiful, fast and simple list of bookmarks.
Hvad er OX: Bookmarks you'll be happy to look at.?
OX: Bookmarks you'll be happy to look at. er en Chrome-udvidelse udviklet af Matthaeus Krenn, og dens hovedfunktion er "Replace your new tabs page with a beautiful, fast and simple list of bookmarks.".
Udvidelsesskærmbilleder
Download OX: Bookmarks you'll be happy to look at.-udvidelses-CRX-fil
Download OX: Bookmarks you'll be happy to look at.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Remember all those bookmarks you saved because you "wanted to look at them later"? But then somehow you just forgot about them, in a folder, where they would become less and less relevant?
Imagine, when opening a new tab, Google Chrome would show you a beautiful list of those. OX does exactly that. Your read-later-bookmarks will be transformed into an up-to-date digest of interesting websites, easily accessible and manageable from any new tab.
No user account required.
Simply syncs with your bookmarks.
Easy archiving of bookmarks that you have read.
A new color theme every day. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | afaahdbjknpmcapecaaclhdmjnlcmbmh |
| Officiel URL | https://chromewebstore.google.com/detail/ox-bookmarks-youll-be-hap/afaahdbjknpmcapecaaclhdmjnlcmbmh |
| Beskrivelse | Replace your new tabs page with a beautiful, fast and simple list of bookmarks. |
| Filstørrelse | 70.38 KB |
| Antal Installationer | 485 |
| Nuværende Version | 0.224 |
| Senest Opdateret | 2013-09-27 |
| Udgivelsesdato | 2013-09-27 |
| Bedømmelse | 3.95/5 Samlet 20 Bedømmelser |
| Udvikler | Matthaeus Krenn |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://matthaeuskrenn.com |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "OX: Bookmarks you'll be happy to look at.",
"description": "Replace your new tabs page with a beautiful, fast and simple list of bookmarks.",
"version": "0.224",
"icons": {
"16": "ox16.png",
"128": "ox128.png"
},
"chrome_url_overrides": {
"newtab": "ox.html"
},
"content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net; object-src 'self'",
"permissions": [
"bookmarks",
"storage"
]
} | |