Kineviz GraphXR Report

Screenshot, Export as PPTX or PDF

什么是Kineviz GraphXR Report?

Kineviz GraphXR Report是由kineviz.com开发的Chrome扩展程序,该扩展的主要功能是“Screenshot, Export as PPTX or PDF”。

扩展截图

screenshot

下载Kineviz GraphXR Report扩展crx文件

下载Kineviz GraphXR Report扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ctrl+Shift+S: Auto capture the tab and save as image.

Ctrl+Shift+P: Auto capture tab and goto preview page.                    

扩展基本信息

名称 Kineviz GraphXR Report Kineviz GraphXR Report
ID hncjfjedmbenoggbnhfdfikkneehocnd
官方URL https://chromewebstore.google.com/detail/kineviz-graphxr-report/hncjfjedmbenoggbnhfdfikkneehocnd
简介 Screenshot, Export as PPTX or PDF
文件大小 581 KB
安装次数 62
当前版本 1.7.1
更新时间 2020-04-17
上架时间 2020-04-14
评分 5.00/5 共1次评分
开发者 kineviz.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://graphxr.kineviz.com
帮助页面URL https://graphxr.kineviz.com
隐私政策页面URL http://kineviz.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kineviz GraphXR Report",
    "version": "1.7.1",
    "description": "Screenshot, Export as PPTX or PDF",
    "manifest_version": 2,
    "minimum_chrome_version": "68",
    "homepage_url": "https:\/\/graphxr.kineviz.com\/",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/kineviz-128.png",
        "22": "images\/kineviz-128.png",
        "32": "images\/kineviz-128.png",
        "48": "images\/kineviz.png",
        "128": "images\/kineviz-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; ",
    "browser_action": {
        "default_icon": "images\/kineviz.png",
        "default_title": "Kineviz GraphXR Report",
        "default_popup": "popup.html"
    },
    "commands": {
        "save-image": {
            "description": "Auto capture the tab and save as image with Ctrl+Shift+S",
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        },
        "capture-image": {
            "description": "Auto capture tab with Ctrl+Shift+P",
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            }
        }
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage",
        "tabCapture",
        "activeTab",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/kineviz-fullscreen.png",
        "images\/kineviz-close.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}