Vocareum Anti-Anti-Paste
Allows pasting in the Vocareum online IDE
Vocareum Anti-Anti-Pasteคืออะไร?
Vocareum Anti-Anti-Paste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Austen Morgan และคุณลักษณะหลักของมันคือ "Allows pasting in the Vocareum online IDE"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vocareum Anti-Anti-Paste
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |