Open PinnedTab Link
Open links from pinned tabs into new tabs.
Open PinnedTab Link란 무엇입니까?
Open PinnedTab Link은(는) https://yasu-2.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open links from pinned tabs into new tabs."입니다.
확장 프로그램 스크린샷
Open PinnedTab Link 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* Welcome! This extension adds a permanent pinned tab feature. When clicking a link in a pinned tab, the link will be opened in new tab like as the bookmark manager page. If you are looking for pined tabs like firefox, please try it and tell me your comment. And also, please try some of options from the context menu. Source code repository is available at https://gitorious.org/open-pinnedtab-link * History version 2.2.11: Fixed the invisible checkbox bug on a context menu. version 2.2.10: Updated codes for the chrome extension api version 2. version 2.2.8: Changed the design of the options page. version 2.2.7: Changed to process only http and https protocols. version 2.2.6: Merged improved translations by Josh Rivers. (Thank you!) version 2.2.5: Added the enable/disable cotnext menu option. version 2.1.6: Improved the options page. * Some answers Q. When you type something in the omnibox or open a bookmark, it should also be opened in a new tab! A. I got many requests about both omnibox and bookmark, now I'm investigating the possibilities and side-effects for them. (2012/July/01) Thank you for your comments and using to all of users.
확장 프로그램 기본 정보
이름 | Open PinnedTab Link |
ID | lpjfkobpnfgddkikflgejdgclhpmagha |
공식 URL | https://chromewebstore.google.com/detail/open-pinnedtab-link/lpjfkobpnfgddkikflgejdgclhpmagha |
설명 | Open links from pinned tabs into new tabs. |
파일 크기 | 47.55 KB |
설치 횟수 | 2,056 |
현재 버전 | 2.2.11 |
최근 업데이트 | 2013-06-28 |
출시 날짜 | 2013-06-28 |
평점 | 3.53/5 총 45 개의 평점 |
개발자 | https://yasu-2.blogspot.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://yasu-2.blogspot.com/2011/04/make-permanent-pinned-tabs-with-google.html |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open PinnedTab Link", "version": "2.2.11", "description": "__MSG_manifest_desc__", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html", "default_locale": "en" } |