bopper
This extension will allow you to create a custom new tab page
bopper란 무엇입니까?
bopper은(는) catdog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will allow you to create a custom new tab page"입니다.
확장 프로그램 스크린샷
bopper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever wanted to create a new tab without the boring websites that usually opens?? Now you can choose an image and text that will open when a new tab is created.
확장 프로그램 기본 정보
이름 | bopper |
ID | jhmihlolibapfbcfpilpfjjcidloolka |
공식 URL | https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka |
설명 | This extension will allow you to create a custom new tab page |
파일 크기 | 9.92 MB |
설치 횟수 | 10 |
현재 버전 | 3.2 |
최근 업데이트 | 2017-02-13 |
출시 날짜 | 2017-02-13 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | catdog |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "bopper", "description": "This extension will allow you to create a custom new tab page", "version": "3.2", "options_page": "option2.html", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage" ], "optional_permissions": [ "tabs" ], "web_accessible_resources": [ "options2.html" ], "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "bopp.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |