Vocareum Anti-Anti-Paste

Allows pasting in the Vocareum online IDE

Vocareum Anti-Anti-Pasteとは何ですか?

Vocareum Anti-Anti-PasteはAusten Morganによって開発されたChromeの拡張機能で、その主な機能は「Allows pasting in the Vocareum online IDE」です。

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

screenshot

Vocareum Anti-Anti-Paste拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        :)                    

拡張機能の基本情報

名前 Vocareum Anti-Anti-Paste Vocareum Anti-Anti-Paste
ID jhgbfdiolpkmboeajbkdfmakojdklgkc
公式URL https://chromewebstore.google.com/detail/vocareum-anti-anti-paste/jhgbfdiolpkmboeajbkdfmakojdklgkc
説明 Allows pasting in the Vocareum online IDE
ファイルサイズ 40.29 KB
インストール数 77
現在のバージョン 1.0.0
最終更新日 2018-11-12
公開日 2018-11-12
開発者 Austen Morgan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocareum Anti-Anti-Paste",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Allows pasting in the Vocareum online IDE",
    "homepage_url": "http:\/\/github.com\/austencm\/vocareum-anti-anti-paste",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/*.vocareum.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vocareum.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}