Thoughtful Tab
Inspiring & Thoughtful Quotes With Every New Tab
Thoughtful Tab란 무엇입니까?
Thoughtful Tab은(는) sourav204에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inspiring & Thoughtful Quotes With Every New Tab"입니다.
확장 프로그램 스크린샷
Thoughtful Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Thoughtful Tab is a very simple extension that serves you inspiring, beautiful, thought-provoking and sometimes witty quotations each time you open a new tab.
확장 프로그램 기본 정보
이름 | Thoughtful Tab |
ID | dfdpnfjofanhigifgpfjjheeohdofnjm |
공식 URL | https://chromewebstore.google.com/detail/thoughtful-tab/dfdpnfjofanhigifgpfjjheeohdofnjm |
설명 | Inspiring & Thoughtful Quotes With Every New Tab |
파일 크기 | 7.03 KB |
설치 횟수 | 1,288 |
현재 버전 | 1.1 |
최근 업데이트 | 2018-07-19 |
출시 날짜 | 2018-07-19 |
평점 | 4.13/5 총 15 개의 평점 |
개발자 | sourav204 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://ats.imsourav.com/privacy-policy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Sourav Pradhan", "homepage_url": "http:\/\/imsourav.com", "name": "Thoughtful Tab", "description": "Inspiring & Thoughtful Quotes With Every New Tab", "version": "1.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon19x19.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |