全屏投影器

本扩展用于将网页中的图片全屏显示,比如投影歌谱等场景。

What is 全屏投影器?

全屏投影器 is a Chrome extension developed by https://www.dujuzi.com, and its main feature is "本扩展用于将网页中的图片全屏显示,比如投影歌谱等场景。".

Extension Screenshots

screenshot

Download 全屏投影器 Extension CRX File

Download 全屏投影器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        本扩展用于将网页中的图片全屏显示,比如投影歌谱等场景。                    

Extension Basic Information

Name 全屏投影器 全屏投影器
ID cdbkbfckidkcdihplgpgimgglnddpgio
Official URL https://chromewebstore.google.com/detail/%E5%85%A8%E5%B1%8F%E6%8A%95%E5%BD%B1%E5%99%A8/cdbkbfckidkcdihplgpgimgglnddpgio
Description 本扩展用于将网页中的图片全屏显示,比如投影歌谱等场景。
File Size 106 KB
Installation Count 17
Current Version 1.1
Last Updated 2020-12-28
Publish Date 2020-12-27
Rating 5.00/5 Total 1 Ratings
Developer https://www.dujuzi.com
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5168\u5c4f\u6295\u5f71\u5668",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "name": "\u641c\u7d22\u6b4c\u8c31",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}