FullScreen for Chrome
Fullscreen, #1 Zoom and Dark Mode more options will get in one
FullScreen for Chrome란 무엇입니까?
FullScreen for Chrome은(는) https://www.downloadhub.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fullscreen, #1 Zoom and Dark Mode more options will get in one"입니다.
확장 프로그램 스크린샷
FullScreen for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FullScreen extension allows you to zoom your web pages. This allows you to view your webpage more closely. There is more to do with this extension than just zooming. This extension gives you the option to make your web page full screen. This extension gives you the option to make your web page full screen. With this extension you can open the source code of any website. You can make a duplicate tab of any website. The best feature of the extension is that this extension gives you the option to do dark mode. As a result you can view any web page with dark mode on. Features + Web page can be full screen. + Web pages can be zoomed to 500%. + Dark mode layer. + Print, duplicate, source code view option + Very lite and easy to use Extension.
확장 프로그램 기본 정보
이름 | FullScreen for Chrome |
ID | ecjjidggacjjilibfmkamcnakiegbojp |
공식 URL | https://chromewebstore.google.com/detail/fullscreen-for-chrome/ecjjidggacjjilibfmkamcnakiegbojp |
설명 | Fullscreen, #1 Zoom and Dark Mode more options will get in one |
파일 크기 | 78.68 KB |
설치 횟수 | 494 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-02-22 |
출시 날짜 | 2023-02-21 |
개발자 | https://www.downloadhub.cloud |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.downloadhub.cloud/2023/02/FullScreen.html |
개인정보 보호 정책 페이지 URL | https://www.downloadhub.cloud/p/privacy-policy.html |
지원되는 언어 | en,en-GB,en-US,es,pt-BR,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "data\/icons\/icon-128-d.png", "32": "data\/icons\/icon-32-d.png", "38": "data\/icons\/icon-38-d.png" }, "default_title": "__MSG_extNikName__" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extShortDesc__", "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/FullScreen.html", "icons": { "128": "data\/icons\/icon-128.png", "32": "data\/icons\/icon-32.png", "38": "data\/icons\/icon-38.png" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "contextMenus", "storage", "tabs", "scripting" ], "short_name": "light-off", "version": "1.0.5", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "content-style.css" ] } ] } |