Simple Tab Finder
Quickly find and navigate to your open tabs by simple title or url search.
Simple Tab Finder란 무엇입니까?
Simple Tab Finder은(는) foldingpaper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly find and navigate to your open tabs by simple title or url search."입니다.
확장 프로그램 스크린샷
Simple Tab Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lists open tabs across all windows and allows simple substring search to filter the list -- searching title and url. - Use mouse or Up/Down arrow keys to navigate and click orto select the tab. - Associate Keyboard shortcuts on the chrome://extensions page for quick activation. e.g. Shift+Cmd+Space. Does not use local storage, does not modify the current html page content, no special processing or fuzzy searches. Does not track user data and no sign up required.
확장 프로그램 기본 정보
이름 | |
ID | mchfmhgjbbichdbbhlcckaiekpineloo |
공식 URL | https://chrome.google.com/webstore/detail/simple-tab-finder/mchfmhgjbbichdbbhlcckaiekpineloo |
설명 | Quickly find and navigate to your open tabs by simple title or url search. |
파일 크기 | 66.62 KB |
설치 횟수 | 21 |
현재 버전 | 0.1.8 |
최근 업데이트 | 2017-10-29 |
출시 날짜 | 2017-10-29 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | foldingpaper |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "25", "version": "0.1.8", "name": "Simple Tab Finder", "short_name": "Simple Tab Finder", "description": "Quickly find and navigate to your open tabs by simple title or url search.", "icons": { "128": "icons\/rounded-square_128.png", "64": "icons\/rounded-square_64.png" }, "browser_action": { "default_icon": "icons\/rounded-square_128.png", "default_title": "Simple Tab Finder", "default_popup": "popup.html" }, "background": { "page": "bg.html", "persistent": false }, "permissions": [ "activeTab", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |