Relevance - Smart Tab Organizer
Relevance is a smart tab organizer. It’s nonintrusive and fully private. When you activate it your tabs are sorted based on the…
Relevance - Smart Tab Organizer란 무엇입니까?
Relevance - Smart Tab Organizer은(는) Numergent에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Relevance is a smart tab organizer. It’s nonintrusive and fully private. When you activate it your tabs are sorted based on the…"입니다.
확장 프로그램 스크린샷
Relevance - Smart Tab Organizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Relevance is a smart tab organizer. It’s nonintrusive and fully private. When you activate it your tabs are sorted based on the duration you are actively viewing it combined with the total time you actively browse pages on that domain. It will allow you to discover greater insights about your browsing habits. Relevance will keep track of the pages you actually read, and how long you spend reading them. This information is kept completely private, on your local browser. As you open tabs, its knowledge of what's important to you grows, and when you activate it the tabs for your current window are ordered depending on how long you have spent reading them. This creates a natural arrangement where the tabs you have spent the longest on, which are expected to be the most relevant, are placed first, and the ones you haven't read at all are shunted to the end. I wrote *Relevance* to help me manage the huge mess of tabs you end up with after a while of browsing, like doing a web search and opening tabs for a lot of results. This version of Relevance has an experimental integration with StartPage. After you run a search, it'll look at the results on your current page and re-prioritize the links shown to bring to the front those you have spent the longest reading.
확장 프로그램 기본 정보
이름 | Relevance - Smart Tab Organizer |
ID | hgklcaodfmndpkajdmcmlpihhoenhpbp |
공식 URL | https://chromewebstore.google.com/detail/relevance-smart-tab-organ/hgklcaodfmndpkajdmcmlpihhoenhpbp |
설명 | Relevance is a smart tab organizer. It’s nonintrusive and fully private. When you activate it your tabs are sorted based on the… |
파일 크기 | 421 KB |
설치 횟수 | 1,142 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2017-10-29 |
출시 날짜 | 2017-10-29 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | Numergent |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Relevance - Smart Tab Organizer", "short_name": "Relevance", "version": "1.1.0", "browser_action": { "default_title": "Organize tabs", "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "idle", "alarms", "contextMenus", "unlimitedStorage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.startpage.com\/*" ], "run_at": "document_end", "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "manifest_version": 2 } |