Dank ASCII Meme Klipboard (DAMK)

Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!

What is Dank ASCII Meme Klipboard (DAMK)?

Dank ASCII Meme Klipboard (DAMK) is a Chrome extension developed by Ohmnivore, and its main feature is "Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!".

Extension Screenshots

screenshot
screenshot

Download Dank ASCII Meme Klipboard (DAMK) Extension CRX File

Download Dank ASCII Meme Klipboard (DAMK) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Dank ASCII Meme Klipboard (DAMK) Dank ASCII Meme Klipboard (DAMK)
ID gigmdhgfcpnegchjfobphhomcjbhcmjm
Official URL https://chromewebstore.google.com/detail/dank-ascii-meme-klipboard/gigmdhgfcpnegchjfobphhomcjbhcmjm
Description Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!
File Size 715 KB
Installation Count 499
Current Version 0.5
Last Updated 2019-01-05
Publish Date 2019-01-05
Rating 4.05/5 Total 19 Ratings
Developer Ohmnivore
Payment Type free
Supported Languages 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
}