Vocareum Anti-Anti-Paste
Allows pasting in the Vocareum online IDE
Vad är Vocareum Anti-Anti-Paste?
Vocareum Anti-Anti-Paste är en Chrome-tillägg utvecklad av Austen Morgan, och dess huvudfunktion är "Allows pasting in the Vocareum online IDE".
Tilläggsskärmbilder
Ladda ner Vocareum Anti-Anti-Paste-förlängningens CRX-fil
Ladda ner Vocareum Anti-Anti-Paste-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
:) Grundläggande Information om Tillägg
| Namn | |
| ID | jhgbfdiolpkmboeajbkdfmakojdklgkc |
| Officiell webbadress | https://chromewebstore.google.com/detail/vocareum-anti-anti-paste/jhgbfdiolpkmboeajbkdfmakojdklgkc |
| Beskrivning | Allows pasting in the Vocareum online IDE |
| Filstorlek | 40.29 KB |
| Antal Installationer | 77 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2018-11-12 |
| Publiceringsdatum | 2018-11-12 |
| Utvecklare | Austen Morgan |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |