My Bookmarks Alpha
Manage your bookmarks with a simple and clean layout
My Bookmarks Alpha란 무엇입니까?
My Bookmarks Alpha은(는) Hackety Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your bookmarks with a simple and clean layout"입니다.
확장 프로그램 스크린샷
My Bookmarks Alpha 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager. Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly. My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.
확장 프로그램 기본 정보
이름 | My Bookmarks Alpha |
ID | ikdimglfjnihmbkaghnpcedcjddghcal |
공식 URL | https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal |
설명 | Manage your bookmarks with a simple and clean layout |
파일 크기 | 92.83 KB |
설치 횟수 | 74 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2019-02-28 |
출시 날짜 | 2019-02-28 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | Hackety Apps |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks Alpha", "version": "0.1.0", "manifest_version": 2, "description": "Manage your bookmarks with a simple and clean layout", "permissions": [ "bookmarks" ], "chrome_url_overrides": { "bookmarks": "popup.html" }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "web_accessible_resources": [ "img\/*" ] } |