Dank ASCII Meme Klipboard (DAMK)

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

Dank ASCII Meme Klipboard (DAMK)란 무엇입니까?

Dank ASCII Meme Klipboard (DAMK)은(는) Ohmnivore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Dank ASCII Meme Klipboard (DAMK) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Dank ASCII Meme Klipboard (DAMK) Dank ASCII Meme Klipboard (DAMK)
ID gigmdhgfcpnegchjfobphhomcjbhcmjm
공식 URL https://chromewebstore.google.com/detail/dank-ascii-meme-klipboard/gigmdhgfcpnegchjfobphhomcjbhcmjm
설명 Allows you to save your dank ASCII memes for instant pasting. What a time to be alive!
파일 크기 715 KB
설치 횟수 499
현재 버전 0.5
최근 업데이트 2019-01-05
출시 날짜 2019-01-05
평점 4.05/5 총 19 개의 평점
개발자 Ohmnivore
결제 유형 free
지원되는 언어 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
}