Dank ASCII Meme Klipboard (DAMK)
Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!
Qu'est-ce que Dank ASCII Meme Klipboard (DAMK) ?
Dank ASCII Meme Klipboard (DAMK) est une extension Chrome développée par Ohmnivore, et sa fonction principale est "Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dank ASCII Meme Klipboard (DAMK)
Téléchargez les fichiers d'extension Dank ASCII Meme Klipboard (DAMK) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Dank ASCII Meme Klipboard (DAMK) |
ID | gigmdhgfcpnegchjfobphhomcjbhcmjm |
URL Officiel | 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! |
Taille du Fichier | 715 KB |
Nombre d'Installations | 499 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2019-01-05 |
Date de Publication | 2019-01-05 |
Évaluation | 4.05/5 Total 19 Évaluations |
Développeur | Ohmnivore |
Type de Paiement | free |
Langues Prises en Charge | 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 } |