Pin-It
This extension keeps a set of tabs permanently pinned in your browser window.
Pin-It란 무엇입니까?
Pin-It은(는) https://gaunt.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension keeps a set of tabs permanently pinned in your browser window."입니다.
확장 프로그램 스크린샷
Pin-It 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension makes it easy to set-up a number of tabs that you like to pin and at the click of a button, it'll set them up for you. No more losing your tabs when you restart your machine and share the same tabs across all of your devices.
확장 프로그램 기본 정보
이름 | Pin-It |
ID | iaebojjjijdaeinlldahkekclhdjgkme |
공식 URL | https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme |
설명 | This extension keeps a set of tabs permanently pinned in your browser window. |
파일 크기 | 101 KB |
설치 횟수 | 250 |
현재 버전 | 3.0.1 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2020-09-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://gaunt.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.gaunt.dev/projects/pin-it/ |
도움말 페이지 URL | https://github.com/gauntface/pin-it-extension/issues/new |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin-It", "version": "3.0.1", "description": "This extension keeps a set of tabs permanently pinned in your browser window.", "manifest_version": 3, "icons": { "64": "images\/icons\/favicon-64x64.png", "128": "images\/icons\/favicon-128x128.png", "512": "images\/icons\/favicon-512x512.png" }, "action": { "default_icon": { "64": "images\/icons\/favicon-64x64.png", "128": "images\/icons\/favicon-128x128.png", "512": "images\/icons\/favicon-512x512.png" } }, "options_page": "options.html", "permissions": [ "storage" ], "background": { "service_worker": "scripts\/background\/sw.js", "type": "module" } } |