Dank ASCII Meme Klipboard (DAMK)
Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!
¿Qué es Dank ASCII Meme Klipboard (DAMK)?
Dank ASCII Meme Klipboard (DAMK) es una extensión de Chrome desarrollada por Ohmnivore, y su función principal es "Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dank ASCII Meme Klipboard (DAMK)
Descarga archivos de extensión Dank ASCII Meme Klipboard (DAMK) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Have you ever wanted to be able to write a Lenny face without having to google search it every time so you could Ctrl-C & Ctrl-V? Well, Dank ASCII Meme Klipboard (DAMK) makes that possible. Plus it allows you to save your own dank ASCII memes (use the browser action popup in the upper right corner). It's integrated with Chrome's context menu and also syncs your memes to Chrome's cloud service - allowing you to take them with you wherever you go. Source at: https://github.com/Ohmnivore/DAMK
Información Básica de la Extensión
Nombre | Dank ASCII Meme Klipboard (DAMK) |
ID | gigmdhgfcpnegchjfobphhomcjbhcmjm |
URL Oficial | https://chromewebstore.google.com/detail/dank-ascii-meme-klipboard/gigmdhgfcpnegchjfobphhomcjbhcmjm |
Descripción | Allows you to save your dank ASCII memes for instant pasting. What a time to be alive! |
Tamaño del Archivo | 715 KB |
Cantidad de Instalaciones | 499 |
Versión Actual | 0.5 |
Última Actualización | 2019-01-05 |
Fecha de Publicación | 2019-01-05 |
Calificación | 4.05/5 Total de 19 Calificaciones |
Desarrollador | Ohmnivore |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dank ASCII Meme Klipboard (DAMK)", "description": "Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!", "version": "0.5", "permissions": [ "contextMenus", "clipboardWrite", "storage", "activeTab" ], "background": { "scripts": [ "context.js" ] }, "browser_action": { "default_title": "DAMK", "default_icon": { "19": "icons\/damk16.png", "38": "icons\/damk38.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ "assets\/*" ], "icons": { "16": "icons\/damk16.png", "48": "icons\/damk48.png", "128": "icons\/damk128.png" }, "manifest_version": 2 } |