Dank ASCII Meme Klipboard (DAMK)
Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!
Was ist Dank ASCII Meme Klipboard (DAMK)?
Dank ASCII Meme Klipboard (DAMK) ist eine Chrome-Erweiterung, die von Ohmnivore entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!".
Erweiterungsscreenshots
Dank ASCII Meme Klipboard (DAMK)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dank ASCII Meme Klipboard (DAMK)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Dank ASCII Meme Klipboard (DAMK) |
ID | gigmdhgfcpnegchjfobphhomcjbhcmjm |
Offizielle URL | https://chromewebstore.google.com/detail/dank-ascii-meme-klipboard/gigmdhgfcpnegchjfobphhomcjbhcmjm |
Beschreibung | Allows you to save your dank ASCII memes for instant pasting. What a time to be alive! |
Dateigröße | 715 KB |
Installationsanzahl | 499 |
Aktuelle Version | 0.5 |
Letztes Update | 2019-01-05 |
Veröffentlichungsdatum | 2019-01-05 |
Bewertung | 4.05/5 Insgesamt 19 Bewertungen |
Entwickler | Ohmnivore |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |