Runme Web Extension

A Runme browser extension to bring Runme capabilities into the browser.

Runme Web Extensionとは何ですか?

Runme Web Extensionはhttps://stateful.comによって開発されたChromeの拡張機能で、その主な機能は「A Runme browser extension to bring Runme capabilities into the browser.」です。

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

screenshot
screenshot
screenshot

Runme Web Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension adds Runme links to GitHub repositories that allow you to checkout any project locally with a single click. VS Code will open the markdown file that you view in the browser right in VS Code with the Runme notebook experience.                    

拡張機能の基本情報

名前 Runme Web Extension Runme Web Extension
ID lnihnbkolojkaehnkdmpliededkfebkk
公式URL https://chromewebstore.google.com/detail/runme-web-extension/lnihnbkolojkaehnkdmpliededkfebkk
説明 A Runme browser extension to bring Runme capabilities into the browser.
ファイルサイズ 40.46 KB
インストール数 61
現在のバージョン 0.0.11
最終更新日 2023-04-11
公開日 2023-04-08
開発者 https://stateful.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://runme.dev/
ヘルプページのURL https://discord.gg/BQm8zRCBUY
プライバシーポリシーページのURL https://stateful.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Runme Web Extension",
    "author": "[email protected]",
    "description": "A Runme browser extension to bring Runme capabilities into the browser.",
    "homepage_url": "https:\/\/runme.dev",
    "version": "0.0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/index.global.js"
            ],
            "css": [
                ".\/style.css"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "72": "icon-72x72.png",
        "96": "icon-96x96.png",
        "128": "icon-128x128.png",
        "144": "icon-144x144.png",
        "152": "icon-152x152.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{7f52a323-53cf-43bf-a24b-3b5630e424c6}",
            "strict_min_version": "100.0"
        }
    }
}