Copy as AsciiDoc

Copy the page link as AsciiDoc.

Copy as AsciiDoc란 무엇입니까?

Copy as AsciiDoc은(는) https://www.diguage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the page link as AsciiDoc."입니다.

확장 프로그램 스크린샷

screenshot

Copy as AsciiDoc 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Copy the current tab url and title in AsciiDoc link format.

For example, if my current tab page is https://www.google.com/,  I click the icon, then I copy the content to the clipboard: https://www.google.com/[Google^]. 

The extension has only one icon with copy feature. I have to upload the screenshot of the extension.                    

확장 프로그램 기본 정보

이름 Copy as AsciiDoc Copy as AsciiDoc
ID kabphjofkinmakglobecmbgpbopknobc
공식 URL https://chromewebstore.google.com/detail/copy-as-asciidoc/kabphjofkinmakglobecmbgpbopknobc
설명 Copy the page link as AsciiDoc.
파일 크기 470 KB
설치 횟수 88
현재 버전 0.1.5
최근 업데이트 2023-11-23
출시 날짜 2020-06-27
평점 5.00/5 총 1 개의 평점
개발자 https://www.diguage.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy as AsciiDoc",
    "description": "Copy the page link as AsciiDoc.",
    "version": "0.1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "42.0",
    "permissions": [
        "*:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "copy-to-clipboard.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Copy as AsciiDoc"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "36": "img\/icon_36.png",
        "48": "img\/icon_48.png",
        "57": "img\/icon_57.png",
        "60": "img\/icon_60.png",
        "72": "img\/icon_72.png",
        "76": "img\/icon_76.png",
        "96": "img\/icon_96.png",
        "114": "img\/icon_114.png",
        "120": "img\/icon_120.png",
        "144": "img\/icon_144.png",
        "152": "img\/icon_152.png",
        "180": "img\/icon_180.png",
        "192": "img\/icon_192.png"
    },
    "author": "D\u74dc\u54e5\uff08diguage\uff09",
    "homepage_url": "http:\/\/www.diguage.com\/"
}