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.

Qu'est-ce que COPY RICH URL ?

COPY RICH URL est une extension Chrome développée par ichitaro3, et sa fonction principale est "Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension COPY RICH URL

Téléchargez les fichiers d'extension COPY RICH URL 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

                        -----------------------
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.                    

Informations de Base sur l'Extension

Nom COPY RICH URL COPY RICH URL
ID lijjekihhdocbcginjcbipabahcjpjoe
URL Officiel https://chromewebstore.google.com/detail/copy-rich-url/lijjekihhdocbcginjcbipabahcjpjoe
Description Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.
Taille du Fichier 12.64 KB
Nombre d'Installations 95
Version Actuelle 0.6.4
Dernière Mise à Jour 2022-03-23
Date de Publication 2022-01-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur ichitaro3
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}