Insights by xs:code

xs:code - Intuitive Open Source Analysis

Insights by xs:codeとは何ですか?

Insights by xs:codeはhttps://xscode.comによって開発されたChromeの拡張機能で、その主な機能は「xs:code - Intuitive Open Source Analysis」です。

拡張機能のスクリーンショット

screenshot
screenshot

Insights by xs:code拡張機能のCRXファイルをダウンロード

Insights by xs:code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Insights by xs:code is a free extension that provides developers with open source repository analytics on Github. The extension analyzes data from multiple sources to help you identify if an open source component on Github is right for your project. Request patches, bug fixes and permissive licenses directly from the open source developer through our easy-to-use interface.                    

拡張機能の基本情報

名前 Insights by xs:code Insights by xs:code
ID jajalhibgdhhfmpjmdnhoepjncieljci
公式URL https://chromewebstore.google.com/detail/insights-by-xscode/jajalhibgdhhfmpjmdnhoepjncieljci
説明 xs:code - Intuitive Open Source Analysis
ファイルサイズ 9.74 MB
インストール数 81
現在のバージョン 1.0.9
最終更新日 2020-09-01
公開日 2020-08-06
評価 5.00/5 合計 7 レビュー
開発者 https://xscode.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://blog.xscode.com/insights/
プライバシーポリシーページのURL https://xscode.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insights by xs:code",
    "description": "xs:code - Intuitive Open Source Analysis",
    "version": "1.0.9",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "xs:code insights for Github repos",
        "default_icon": {
            "16": "icons\/16x16-2.png",
            "48": "icons\/48x48-2.png",
            "128": "icons\/128x128-2.png",
            "265": "icons\/icon_256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "panel.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16x16-1.png",
        "48": "icons\/48x48-1.png",
        "128": "icons\/128x128-1.png",
        "265": "icons\/icon_256.png"
    },
    "permissions": [
        "geolocation",
        "declarativeContent",
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        "index.html",
        "popup.html",
        "popup.css",
        "panel.js",
        "js\/*",
        "fonts\/*",
        "img\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "Opens thexs:code insights side bar"
        }
    }
}