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”。
扩展截图
下载Vocareum Anti-Anti-Paste扩展crx文件
下载Vocareum Anti-Anti-Paste扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
:)
扩展基本信息
名称 | 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 |
电子邮箱 | [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" ] } ] } |