mdash

A minimal dashboard replacing the "New Tab" page which syncs with your bookmarks.

什么是mdash?

mdash是由https://romac.me开发的Chrome扩展程序,该扩展的主要功能是“A minimal dashboard replacing the "New Tab" page which syncs with your bookmarks.”。

扩展截图

screenshot
screenshot
screenshot

下载mdash扩展crx文件

下载mdash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The full usage guide is available at http://romac.me/mdash

# First time
Once the extension is installed, just open a new window to activate it. 
You’ll now see an empty dashboard. This is needed in order to enable to extension to create a special folder named [Dashboard] in the Other Bookmarks folder.

# Add a section
To add a section to the dashboard, open the Bookmarks Manager and browse to
/Other Bookmarks/[Dashboard]/
Each section is represented by a folder. As it is currently not possible to attach metadata to a folder, it’s name will be used to determine in which columns the section should appear.
Folders prefixed with the + character will be displayed on the left column, ones prefixed with a - will show on the right column.

# Add a bookmark while browsing the Web
Browse any website you would like to add to the dashboard and click the star at the right of the address bar, then choose one of the previously created folders.

# Add a bookmark from the dashboard
Click on the edit link at the upper right of the dashboard (or just hold the Alt key), then click the big + button which will appear at the end of each section.
Give the bookmark a title and a URL (which must starts with http:// or any other schema), and click Add (or press Enter).
When you're done adding bookmarks, click the done link at the upper right of the page.                    

扩展基本信息

名称 mdash mdash
ID ppbcfphbnnogiehjafnpkjpngkclfdmm
官方URL https://chromewebstore.google.com/detail/mdash/ppbcfphbnnogiehjafnpkjpngkclfdmm
简介 A minimal dashboard replacing the "New Tab" page which syncs with your bookmarks.
文件大小 250 KB
安装次数 155
当前版本 0.9.1
更新时间 2016-12-12
上架时间 2016-12-12
评分 4.57/5 共7次评分
开发者 https://romac.me
付费类型 free
扩展官网 http://romac.me/mdash
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mdash",
    "version": "0.9.1",
    "description": "A minimal dashboard replacing the \"New Tab\" page which syncs with your bookmarks.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/*",
        "contextMenus"
    ],
    "chrome_url_overrides": {
        "newtab": "html\/dashboard.html"
    }
}