OX: Bookmarks you'll be happy to look at.
Replace your new tabs page with a beautiful, fast and simple list of bookmarks.
什麼是OX: Bookmarks you'll be happy to look at.?
OX: Bookmarks you'll be happy to look at.是由Matthaeus Krenn開發的Chrome擴展程式,該擴展的主要功能是“Replace your new tabs page with a beautiful, fast and simple list of bookmarks.”。
擴展截圖
下載OX: Bookmarks you'll be happy to look at.擴展crx文件
下載OX: Bookmarks you'll be happy to look at.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | afaahdbjknpmcapecaaclhdmjnlcmbmh |
| 官方網址 | https://chromewebstore.google.com/detail/ox-bookmarks-youll-be-hap/afaahdbjknpmcapecaaclhdmjnlcmbmh |
| 簡介 | Replace your new tabs page with a beautiful, fast and simple list of bookmarks. |
| 檔案大小 | 70.38 KB |
| 安裝次數 | 485 |
| 目前版本 | 0.224 |
| 更新時間 | 2013-09-27 |
| 上架時間 | 2013-09-27 |
| 評分 | 3.95/5 共 20 次評分 |
| 開發者 | Matthaeus Krenn |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://matthaeuskrenn.com |
| 支援的語言 | 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"
]
} | |