TabPinner
TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.
TabPinner란 무엇입니까?
TabPinner은(는) Roman Borovets에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TabPinner will be useful if you use pinned tabs and from time to time somehow lose them."입니다.
확장 프로그램 스크린샷
TabPinner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you use pinned tabs? If you have a list of links that you would like to always have in the pinned, then this is an extension for you. Often it happens that all pinned tabs disappear. It is an incredible pain to remember all your links and pinn them again. With TabPinner you can store all your links in it and if your pinned tabs has been lost, you can easily restore them with one click. Design by Max Terry. Code by Roman Borovets.
확장 프로그램 기본 정보
이름 | TabPinner |
ID | gbofjbbefpmmbpefchidpcpnhannddmi |
공식 URL | https://chromewebstore.google.com/detail/tabpinner/gbofjbbefpmmbpefchidpcpnhannddmi |
설명 | TabPinner will be useful if you use pinned tabs and from time to time somehow lose them. |
파일 크기 | 30.65 KB |
설치 횟수 | 33 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2019-04-23 |
출시 날짜 | 2019-04-23 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Roman Borovets |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabPinner", "short_name": "TabPinner", "version": "0.0.4", "manifest_version": 2, "description": "TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.", "homepage_url": "https:\/\/romanborovets.dev\/app\/tabpinner", "icons": { "16": "icons\/icon16_t.png", "48": "icons\/icon48_t.png", "128": "icons\/icon128_t.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19_t.png", "default_title": "TabPinner", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage", "tabs" ] } |