mymind — An extension for your mind
Add images, bookmarks, notes, quotes or text highlights to your new mind.
mymind — An extension for your mind란 무엇입니까?
mymind — An extension for your mind은(는) https://mymind.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add images, bookmarks, notes, quotes or text highlights to your new mind."입니다.
확장 프로그램 스크린샷
mymind — An extension for your mind 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Visual Bookmarking for a better mind. mymind.com helps you think for yourself, and think more clearly. This extension will make visual bookmarking even easier. — Mark text, right-click and save it to your mind. — Right-Click images on the web, and save them to your mind — Save any website, article etc. with just a single click. *Requires an MYMIND.com account. **NEW** UPDATE FIXED: With the last update we unfortunately introduced a few bugs which should be now fixed with this version. We also re-worked the browser permission the extension needs in order to function. The extension will never send anything to our servers unless you specifically save something to your own mind. And then it is for your eyes only. 🆕 When saving a duplicate, no more error message. The extension now tells you if something has been saved already and you can add additional tags. 🆕 MIND NOTES! If you hover the extension, you can now add a mind note directly via the extension to something you've saved. 🆕 We added a little indicator for you to see how much time you have left until the extension will close. This indicator will automatically get triggered once the extension is out of focus. 🆕 Lots of performance updates and minor bug fixes.
확장 프로그램 기본 정보
이름 | mymind — An extension for your mind |
ID | nmgcefdhjpjefhgcpocffdlibknajbmj |
공식 URL | https://chromewebstore.google.com/detail/mymind-%E2%80%94-an-extension-for/nmgcefdhjpjefhgcpocffdlibknajbmj |
설명 | Add images, bookmarks, notes, quotes or text highlights to your new mind. |
파일 크기 | 363 KB |
설치 횟수 | 67,579 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2022-05-10 |
출시 날짜 | 2022-05-05 |
평점 | 4.73/5 총 41 개의 평점 |
개발자 | https://mymind.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mymind.com/ |
도움말 페이지 URL | https://mymind.com/browser-extensions |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mymind \u2014 An extension for your mind", "description": "Add images, bookmarks, notes, quotes or text highlights to your new mind.", "short_name": "mymind", "version": "2.0.2", "author": "mymind, Inc", "permissions": [ "cookies", "storage", "background", "contextMenus", "activeTab", "*:\/\/*.mymind.com\/*" ], "optional_permissions": [ "webNavigation", "https:\/\/www.instagram.com\/*" ], "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png", "512": "images\/icon_512.png" }, "background": { "scripts": [ "polyfills\/browser-polyfill.js", "index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.mymind.com\/extension*" ], "js": [ "utils\/safari-login-inject.js" ] } ], "web_accessible_resources": [ "icons\/*", "images\/*", "components\/*.css", "fonts\/*" ], "browser_action": { "default_title": "Save to my mind", "default_icon": "images\/icon_256.png" } } |