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 |
官方網址 | 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'" } |