One Click To Full Screen Window
To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.
One Click To Full Screen Window란 무엇입니까?
One Click To Full Screen Window은(는) https://codebrary.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar."입니다.
확장 프로그램 스크린샷
One Click To Full Screen Window 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An easy, powerful one click full screen window is a google chrome web browser extension that makes your browsing experience in full screen. To get started with this new tool in your internet web browser, simply click on the Full Screen extension icon in your browser toolbar. For your reference icon is highlighted on the attached screenshot on the google chrome web store. Support I hope you like this free and open source browser extension.
확장 프로그램 기본 정보
이름 | One Click To Full Screen Window |
ID | iomchefffddaglnekonfihdnccacnjjb |
공식 URL | https://chromewebstore.google.com/detail/one-click-to-full-screen/iomchefffddaglnekonfihdnccacnjjb |
설명 | To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar. |
파일 크기 | 14.3 KB |
설치 횟수 | 1,760 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2019-02-13 |
출시 날짜 | 2019-02-13 |
평점 | 3.33/5 총 12 개의 평점 |
개발자 | https://codebrary.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.codebrary.com/ |
도움말 페이지 URL | https://www.codebrary.com/p/contact-us.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "One Click To Full Screen Window", "description": "To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.", "offline_enabled": true, "short_name": "FS", "version": "1.1.1", "permissions": [ "contextMenus" ] } |