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'" } |