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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |