Save pin tab 2
Makes it possible to pin tabs permanently.
Save pin tab 2란 무엇입니까?
Save pin tab 2은(는) mktakuya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes it possible to pin tabs permanently."입니다.
Save pin tab 2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Makes it possible to pin tabs permanently. This is fork of Save-pin-tab. This fork add support manifest version 2 to it.
확장 프로그램 기본 정보
이름 | |
ID | kifklnehlfjklnmjjflcomnfngbfkjga |
공식 URL | https://chrome.google.com/webstore/detail/save-pin-tab-2/kifklnehlfjklnmjjflcomnfngbfkjga |
설명 | Makes it possible to pin tabs permanently. |
파일 크기 | 22.7 KB |
설치 횟수 | 127 |
현재 버전 | 0.1 |
최근 업데이트 | 2016-06-03 |
출시 날짜 | 2016-06-03 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | mktakuya |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save pin tab 2", "version": "0.1", "manifest_version": 2, "description": "Makes it possible to pin tabs permanently.", "permissions": [ "tabs" ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "background": { "scripts": [ "background.js" ] } } |