Copy as AsciiDoc

Copy the page link as AsciiDoc.

Was ist Copy as AsciiDoc?

Copy as AsciiDoc ist eine Chrome-Erweiterung, die von https://www.diguage.com entwickelt wurde, und ihr Hauptmerkmal ist "Copy the page link as AsciiDoc.".

Erweiterungsscreenshots

screenshot

Copy as AsciiDoc-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy as AsciiDoc-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Copy as AsciiDoc Copy as AsciiDoc
ID kabphjofkinmakglobecmbgpbopknobc
Offizielle URL https://chromewebstore.google.com/detail/copy-as-asciidoc/kabphjofkinmakglobecmbgpbopknobc
Beschreibung Copy the page link as AsciiDoc.
Dateigröße 470 KB
Installationsanzahl 88
Aktuelle Version 0.1.5
Letztes Update 2023-11-23
Veröffentlichungsdatum 2020-06-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.diguage.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
}