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文件
下載One Click To Full Screen Window擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |