MooNotes (Social Bookmark, Screencapture)
Create web notes no matter which site you're on and have them saved all in one place. You'll never lose another bookmark.
MooNotes (Social Bookmark, Screencapture)란 무엇입니까?
MooNotes (Social Bookmark, Screencapture)은(는) https://moonotes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create web notes no matter which site you're on and have them saved all in one place. You'll never lose another bookmark."입니다.
확장 프로그램 스크린샷
MooNotes (Social Bookmark, Screencapture) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MooNotes is a web utility to help you keep track of all your bookmarks and see what others are bookmarking. If web has gotten boring, see what others find interesting. Group your bookmarks using hashtags, and search through others' hashtags. With every bookmark it automatically saves a screen capture of the page you're on, as well as any selected quotes. Start a conversation, start bookmarking. Have you found it difficult keeping up with the sites you have visited during researching on the web? Did you know with MooNotes you can save a text selection along with your bookmark for later viewing? This is a great tool if you're trying to write a paper or searching for inspirations for your next blog. Not only that, you can also jot down some thoughts on your bookmark. Not sure where to start? Simply install the extension, click on the Moo cow icon, then click the Facebook Connect button to sign in. After that you can start bookmarking away.
확장 프로그램 기본 정보
이름 | MooNotes (Social Bookmark, Screencapture) |
ID | keolkfkenhpdkeegkmmnbkodbcllilfj |
공식 URL | https://chromewebstore.google.com/detail/moonotes-social-bookmark/keolkfkenhpdkeegkmmnbkodbcllilfj |
설명 | Create web notes no matter which site you're on and have them saved all in one place. You'll never lose another bookmark. |
파일 크기 | 129 KB |
설치 횟수 | 23 |
현재 버전 | 1.4 |
최근 업데이트 | 2015-07-15 |
출시 날짜 | 2015-07-14 |
개발자 | https://moonotes.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.moonotes.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MooNotes (Social Bookmark, Screencapture)", "description": "Create web notes no matter which site you're on and have them saved all in one place. You'll never lose another bookmark.", "version": "1.4", "background": { "scripts": [ "event.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/localhost:5000\/*", "*:\/\/*.moonotes.com\/*" ], "js": [ "hideinline.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "*:\/\/*.moonotes.com\/*", "*:\/\/graph.facebook.com\/*" ] } |