Random New Tab
Loads one random page out of a custom list each time you click New Tab.
Random New Tab란 무엇입니까?
Random New Tab은(는) Jesse Hufstetler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Loads one random page out of a custom list each time you click New Tab."입니다.
확장 프로그램 스크린샷
Random New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension syncs between signed-in browsers. You can enter either URLs or messages that you want to be displayed. Probability is simple: if you increase the probability to five, it's as if you added the item to the list five times. There's also a notes column that's helpful for identifying cryptic URLs.
확장 프로그램 기본 정보
이름 | Random New Tab |
ID | kfbabalfihbphpikodohlmklhlialhhh |
공식 URL | https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh |
설명 | Loads one random page out of a custom list each time you click New Tab. |
파일 크기 | 208 KB |
설치 횟수 | 163 |
현재 버전 | 1.1.0.0 |
최근 업데이트 | 2021-04-04 |
출시 날짜 | 2018-12-04 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Jesse Hufstetler |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Loads one random page out of a custom list each time you click New Tab.", "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png", "128": "favicon128.png" }, "browser_action": [], "manifest_version": 2, "name": "Random New Tab", "options_page": "options.html", "permissions": [ "storage" ], "version": "1.1.0.0" } |