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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}