My Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
My Bookmarks란 무엇입니까?
My Bookmarks은(는) https://www.movinnza.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser action with a popup dump of all bookmarks, including search, add, edit and delete."입니다.
확장 프로그램 스크린샷
My Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extensions allows you to access your bookmarks by clicking on the top bookmark icon. You can add/edit/delete bookmark here. If you have lot of bookmark you can search with specific name and result will be displayed below. If you found a bug, have an ideas for features or improvements, please let me know.
확장 프로그램 기본 정보
이름 | |
ID | ccofnkilgkcpncnookbdnoileiidolka |
공식 URL | https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka |
설명 | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
파일 크기 | 10.08 KB |
설치 횟수 | 44 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-06-02 |
출시 날짜 | 2020-06-02 |
개발자 | https://www.movinnza.in |
결제 유형 | free |
도움말 페이지 URL | https://www.movinnza.in/contact |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks", "version": "1.1", "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |