Bookmarks on new tab
This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days
Bookmarks on new tabとは何ですか?
Bookmarks on new tabはIlya Boltnevによって開発されたChromeの拡張機能で、その主な機能は「This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days」です。
拡張機能のスクリーンショット
Bookmarks on new tab拡張機能のCRXファイルをダウンロード
Bookmarks on new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is app for replacing default new tab page. One day I decided to add more than default 8 sites to my "new tab" page. Eventually I created this app. In addition it displays most popular sites based on last week history
拡張機能の基本情報
名前 | Bookmarks on new tab |
ID | llplfmijcgmknneikmmkoobhojjnpbbn |
公式URL | https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn |
説明 | This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days |
ファイルサイズ | 79.45 KB |
インストール数 | 35 |
現在のバージョン | 1.2 |
最終更新日 | 2013-05-18 |
公開日 | 2013-05-18 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | Ilya Boltnev |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmarks on new tab", "description": "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days", "version": "1.2", "chrome_url_overrides": { "newtab": "my_newtab.html" }, "permissions": [ "bookmarks", "history", "management", "chrome:\/\/favicon\/" ], "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'" } |