Condensed Grid Bookmarks
A condensed bookmark page aimed at displaying maximum number of links.
Condensed Grid Bookmarksとは何ですか?
Condensed Grid Bookmarksはrsullivandeveloperによって開発されたChromeの拡張機能で、その主な機能は「A condensed bookmark page aimed at displaying maximum number of links.」です。
拡張機能のスクリーンショット
Condensed Grid Bookmarks拡張機能のCRXファイルをダウンロード
Condensed Grid Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool redesigns the new tab page to provide an intelligent layout of grouped bookmarks. It places an emphasis on maximizing available screen real estate for higher productivity. Powered by Semantic UI and Unsplash, Condensed Grid Bookmarks provides beauty in its simplicity as a start page solution.
拡張機能の基本情報
名前 | Condensed Grid Bookmarks |
ID | egmlpibcgclgkdaaibdlngljkaheeicl |
公式URL | https://chromewebstore.google.com/detail/condensed-grid-bookmarks/egmlpibcgclgkdaaibdlngljkaheeicl |
説明 | A condensed bookmark page aimed at displaying maximum number of links. |
ファイルサイズ | 110 KB |
インストール数 | 24 |
現在のバージョン | 0.214 |
最終更新日 | 2019-06-08 |
公開日 | 2019-06-07 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | rsullivandeveloper |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Condensed Grid Bookmarks", "version": "0.214", "description": "A condensed bookmark page aimed at displaying maximum number of links.", "permissions": [ "bookmarks", "topSites", "chrome:\/\/favicon\/" ], "icons": { "16": "favicon.png", "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |