Dank ASCII Meme Klipboard (DAMK)

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

Apa itu Dank ASCII Meme Klipboard (DAMK)?

Dank ASCII Meme Klipboard (DAMK) adalah ekstensi Chrome yang dikembangkan oleh Ohmnivore, dan fitur utamanya adalah "Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Dank ASCII Meme Klipboard (DAMK)

Unduh file ekstensi Dank ASCII Meme Klipboard (DAMK) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Dank ASCII Meme Klipboard (DAMK) Dank ASCII Meme Klipboard (DAMK)
ID gigmdhgfcpnegchjfobphhomcjbhcmjm
URL Resmi https://chromewebstore.google.com/detail/dank-ascii-meme-klipboard/gigmdhgfcpnegchjfobphhomcjbhcmjm
Deskripsi Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!
Ukuran File 715 KB
Jumlah Instalasi 499
Versi Saat Ini 0.5
Terakhir Diperbarui 2019-01-05
Tanggal Publikasi 2019-01-05
Penilaian 4.05/5 Total 19 Penilaian
Pengembang Ohmnivore
Tipe Pembayaran free
Bahasa yang Didukung 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
}