Automark
Often, we bookmark pages that we want to be able to come back to or that we do not have time to fully digest at the moment. Just as…
Automark란 무엇입니까?
Automark은(는) etsung에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Often, we bookmark pages that we want to be able to come back to or that we do not have time to fully digest at the moment. Just as…"입니다.
확장 프로그램 스크린샷
Automark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Often, we bookmark pages that we want to be able to come back to or that we do not have time to fully digest at the moment. Just as often, we find our bookmarks to be cluttered, a mass of links that we know we want to visit. In this modern world where time is money and hundreds of websites are created every day, few take the time to organize and sort their bookmarks, which leads to even fewer users who will make use of their bookmarks at all. Automark is here to change that. Automark is a bookmark manager Chrome Extension that uses Latent Symantic Indexing and Keyword Filtering to organize your bookmarks for you. With Automark, you can: -Organize bookmarks by automatically created folders -Search your bookmarks by keywords -Switch between folder generation algorithms -Sort your bookmarks by date And more! Technical Details Automark first uses keyword filtering to extract the "gist" of a bookmarked website. When it enters your repository of bookmarks, Automark uses latent semantic indexing to generate a transformation matrix that transforms all bookmarked websites and keywords into a low dimensional vector that allows for faster searching among thousands of keywords. The folder generation uses a greedy algorithm to maximize the differences between folder names among your bookmarks to display them.
확장 프로그램 기본 정보
이름 | Automark |
ID | bkoocelmjplgjkkhbekfdiabagdkdhlc |
공식 URL | https://chromewebstore.google.com/detail/automark/bkoocelmjplgjkkhbekfdiabagdkdhlc |
설명 | Often, we bookmark pages that we want to be able to come back to or that we do not have time to fully digest at the moment. Just as… |
파일 크기 | 1.88 MB |
설치 횟수 | 55 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2015-03-01 |
출시 날짜 | 2015-03-01 |
평점 | 2.75/5 총 8 개의 평점 |
개발자 | etsung |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Automark", "version": "0.2.0", "icons": { "128": "crx\/logo_128px.png" }, "browser_action": { "default_icon": { "38": "crx\/logo_64px.png" }, "default_title": "Automark" }, "background": { "scripts": [ "crx\/handleReq.js" ] }, "permissions": [ "activeTab", "tabs", "bookmarks", "http:\/\/*\/*", "https:\/\/*\/*", " |