COPY RICH URL

Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.

Was ist COPY RICH URL?

COPY RICH URL ist eine Chrome-Erweiterung, die von ichitaro3 entwickelt wurde, und ihr Hauptmerkmal ist "Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

COPY RICH URL-Erweiterungs-CRX-Datei herunterladen

Laden Sie COPY RICH URL-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

                        -----------------------
Just CLICK the icon, and the Formatted LINK(rich text link) is saved in your clipboard!!

You can paste the saved LINK with the title to your document(e.g. Google docs...) WITHOUT any editing.

Also, you can RIGHT-CLICK on the page and select the "COPY RICH URL" menu, now you can save the page link in various styles.

You can save to a clipboard ...
💕 as RICH TEXT,
❤️ Only URL of the page
💛 URL with Title of the page
💚 as Markdown style LINK
🧡 as HTML style LINK

OPTIONS
========
From the extension menu, select the "option", and you can choose which feature to use.                    

Grundlegende Informationen zur Erweiterung

Name COPY RICH URL COPY RICH URL
ID lijjekihhdocbcginjcbipabahcjpjoe
Offizielle URL https://chromewebstore.google.com/detail/copy-rich-url/lijjekihhdocbcginjcbipabahcjpjoe
Beschreibung Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.
Dateigröße 12.64 KB
Installationsanzahl 95
Aktuelle Version 0.6.4
Letztes Update 2022-03-23
Veröffentlichungsdatum 2022-01-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler ichitaro3
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "COPY RICH URL",
    "description": "__MSG_description__",
    "version": "0.6.4",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options\/index.html",
    "action": {
        "default_title": "__MSG_default_title__"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "img\/copyurl_128.png"
    }
}