Weiva, search in style!
Displays a beautiful random image when you open a new tab in your browser. You can also launch a web search directly from the tab.
Weiva, search in style!란 무엇입니까?
Weiva, search in style!은(는) https://weiva.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a beautiful random image when you open a new tab in your browser. You can also launch a web search directly from the tab."입니다.
확장 프로그램 스크린샷
Weiva, search in style! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Elegant. Simple. Useful. By clicking "Add to chrome", you accept and agree to installing the Weiva, Search In Style! Chrome extension and to setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. https://weiva.io/ https://weiva.io/terms https://weiva.io/privacy-policy
확장 프로그램 기본 정보
이름 | |
ID | oinplnimggijdhnaldikeoanbcdgcgkf |
공식 URL | https://chrome.google.com/webstore/detail/weiva-search-in-style/oinplnimggijdhnaldikeoanbcdgcgkf |
설명 | Displays a beautiful random image when you open a new tab in your browser. You can also launch a web search directly from the tab. |
파일 크기 | 32.74 KB |
설치 횟수 | 51 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-10-31 |
출시 날짜 | 2018-10-31 |
평점 | 4.77/5 총 22 개의 평점 |
개발자 | https://weiva.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://weiva.io/ |
지원되는 언어 | en-US |
manifest.json | |
{ "version": "1.2", "author": "Weiva.io", "homepage_url": "https:\/\/weiva.io\/", "chrome_url_overrides": { "newtab": "new_tab.html" }, "icons": { "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "offline_enabled": false, "description": "Displays a beautiful random image when you open a new tab in your browser. You can also launch a web search directly from the tab.", "manifest_version": 2, "name": "Weiva, search in style!", "short_name": "Weiva", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "object-src 'self'; script-src 'sha256-kDVUo5CTmRhoXJObbpF4tbK7GbB7tUMRJQzPllkG38Q='" } |