mdash

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

mdash là gì?

mdash là một tiện ích mở rộng Chrome được phát triển bởi https://romac.me, và tính năng chính của nó là "A minimal dashboard replacing the "New Tab" page which syncs with your bookmarks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng mdash

Tải xuống các tệp mở rộng mdash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên mdash mdash
ID ppbcfphbnnogiehjafnpkjpngkclfdmm
URL Chính Thức https://chromewebstore.google.com/detail/mdash/ppbcfphbnnogiehjafnpkjpngkclfdmm
Mô tả A minimal dashboard replacing the "New Tab" page which syncs with your bookmarks.
Kích Thước Tệp 250 KB
Số Lần Cài Đặt 155
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2016-12-12
Ngày Phát Hành 2016-12-12
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://romac.me
Loại Thanh Toán free
Trang Web Mở Rộng http://romac.me/mdash
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}