4th Toolbar Spacer
A partition icon for spacing the extension buttons on your toolbar
4th Toolbar Spacer란 무엇입니까?
4th Toolbar Spacer은(는) Niko Sardas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A partition icon for spacing the extension buttons on your toolbar"입니다.
확장 프로그램 스크린샷
4th Toolbar Spacer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create some breathing room. Manage and organize the extension buttons on your toolbar by adding a blank space, a divider icon, or your own keyboard icon.
확장 프로그램 기본 정보
이름 | 4th Toolbar Spacer |
ID | nbfggebgopkfbnfcafbialgjhoaobaek |
공식 URL | https://chromewebstore.google.com/detail/4th-toolbar-spacer/nbfggebgopkfbnfcafbialgjhoaobaek |
설명 | A partition icon for spacing the extension buttons on your toolbar |
파일 크기 | 2.69 MB |
설치 횟수 | 559 |
현재 버전 | 30.0.8 |
최근 업데이트 | 2017-08-24 |
출시 날짜 | 2017-08-23 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | Niko Sardas |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "empty.png", "default_popup": "popup.html" }, "description": "A partition icon for spacing the extension buttons on your toolbar", "icons": { "128": "128.png" }, "manifest_version": 2, "name": "4th Toolbar Spacer", "version": "30.0.8" } |