SpiderTab
SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
SpiderTab란 무엇입니까?
SpiderTab은(는) mircea.sorin.sebastian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'."입니다.
확장 프로그램 스크린샷
SpiderTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome allows you to have a custom page set up as the 'new tab page', but what happens if you want more than one page to be opened whenever you start a new tab? This is exactly what SpiderTab allows you to do. Easily set up certain webpages and layouts as your default 'new tab page'.
확장 프로그램 기본 정보
이름 | SpiderTab |
ID | figmmpfpocbfimmkcobcchfmgppljhla |
공식 URL | https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla |
설명 | SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'. |
파일 크기 | 1.11 MB |
설치 횟수 | 447 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-08-03 |
출시 날짜 | 2020-07-20 |
평점 | 4.13/5 총 8 개의 평점 |
개발자 | mircea.sorin.sebastian |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sorinmircea.com/privacy_policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpiderTab", "version": "1.1", "description": "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.", "manifest_version": 2, "icons": { "512": "spider-512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "spider-512.png", "default_popup": "popUp\/index.html", "default_title": "SpiderTab Manager" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ] } |