OX: Bookmarks you'll be happy to look at.
Replace your new tabs page with a beautiful, fast and simple list of bookmarks.
Vad är OX: Bookmarks you'll be happy to look at.?
OX: Bookmarks you'll be happy to look at. är en Chrome-tillägg utvecklad av Matthaeus Krenn, och dess huvudfunktion är "Replace your new tabs page with a beautiful, fast and simple list of bookmarks.".
Tilläggsskärmbilder
Ladda ner OX: Bookmarks you'll be happy to look at.-förlängningens CRX-fil
Ladda ner OX: Bookmarks you'll be happy to look at.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | afaahdbjknpmcapecaaclhdmjnlcmbmh |
| Officiell webbadress | https://chromewebstore.google.com/detail/ox-bookmarks-youll-be-hap/afaahdbjknpmcapecaaclhdmjnlcmbmh |
| Beskrivning | Replace your new tabs page with a beautiful, fast and simple list of bookmarks. |
| Filstorlek | 70.38 KB |
| Antal Installationer | 485 |
| Aktuell Version | 0.224 |
| Senast Uppdaterad | 2013-09-27 |
| Publiceringsdatum | 2013-09-27 |
| Betyg | 3.95/5 Totalt 20 Betyg |
| Utvecklare | Matthaeus Krenn |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://matthaeuskrenn.com |
| Stödda Språk | 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"
]
} | |