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."입니다.
확장 프로그램 스크린샷
mdash 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |