Left Click Open New Tab
Left click open new tab other domain link.
Left Click Open New Tab란 무엇입니까?
Left Click Open New Tab은(는) macha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Left click open new tab other domain link."입니다.
확장 프로그램 스크린샷
Left Click Open New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Left click open new tab, other domain link. ## v2.0.0 * add "Ignore links in embedded YouTube video players." ## v1.3 * add ignore site path by option. http://leftclickopennewtab.blogspot.jp/
확장 프로그램 기본 정보
이름 | Left Click Open New Tab |
ID | biooinfaokckfkbfkjkaneejhfgfadda |
공식 URL | https://chromewebstore.google.com/detail/left-click-open-new-tab/biooinfaokckfkbfkjkaneejhfgfadda |
설명 | Left click open new tab other domain link. |
파일 크기 | 47.16 KB |
설치 횟수 | 652 |
현재 버전 | 2.0.5 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2014-12-07 |
평점 | 3.56/5 총 9 개의 평점 |
개발자 | macha |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js", "js\/script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Left click open new tab other domain link.", "name": "Left Click Open New Tab", "permissions": [ "background", "tabs", "storage" ], "background": { "service_worker": "js\/background.js" }, "options_page": "html\/options.html", "manifest_version": 3, "version": "2.0.5" } |