Condensed Grid Bookmarks

A condensed bookmark page aimed at displaying maximum number of links.

What is Condensed Grid Bookmarks?

Condensed Grid Bookmarks is a Chrome extension developed by rsullivandeveloper, and its main feature is "A condensed bookmark page aimed at displaying maximum number of links.".

Extension Screenshots

screenshot
screenshot

Download Condensed Grid Bookmarks Extension CRX File

Download Condensed Grid Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Condensed Grid Bookmarks Condensed Grid Bookmarks
ID egmlpibcgclgkdaaibdlngljkaheeicl
Official URL https://chromewebstore.google.com/detail/condensed-grid-bookmarks/egmlpibcgclgkdaaibdlngljkaheeicl
Description A condensed bookmark page aimed at displaying maximum number of links.
File Size 110 KB
Installation Count 24
Current Version 0.214
Last Updated 2019-06-08
Publish Date 2019-06-07
Rating 4.00/5 Total 1 Ratings
Developer rsullivandeveloper
Payment Type free
Supported Languages 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'"
}