Bookmarks
Save and organize your bookmarks.
Bookmarks란 무엇입니까?
Bookmarks은(는) MindSky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and organize your bookmarks."입니다.
확장 프로그램 스크린샷
Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provides a button to save active webpage title and URL to your account at https://mind.im/bookmarks. Save and organize bookmarks. Thumbnail previews Dark and light themes Tagging Nested Folders Search Open all YouTube bookmarks in folder/tag as a playlist, Watch bookmarked videos without leaving. Drag and drop design
확장 프로그램 기본 정보
이름 | |
ID | imppgbfkmkkehchbnkdcjfljaefgoblg |
공식 URL | https://chrome.google.com/webstore/detail/bookmarks/imppgbfkmkkehchbnkdcjfljaefgoblg |
설명 | Save and organize your bookmarks. |
파일 크기 | 38.04 KB |
설치 횟수 | 227 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-03-16 |
출시 날짜 | 2020-03-16 |
개발자 | MindSky |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mind.im/bookmarks/ |
도움말 페이지 URL | http://sky.mind.im/bookmark-manager |
개인정보 보호 정책 페이지 URL | http://sky.mind.im/privacy |
지원되는 언어 | de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Bookmarks" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "http:\/\/mind.im\/bookmarks\/", "icons": { "128": "bookmark-128.png", "16": "bookmark-16.png", "48": "bookmark-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "omnibox": { "keyword": "b" }, "permissions": [ "activeTab" ], "short_name": "Bookmarks", "version": "1.2" } |