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.

什麼是COPY RICH URL?

COPY RICH URL是由ichitaro3開發的Chrome擴展程式,該擴展的主要功能是“Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載COPY RICH URL擴展crx文件

下載COPY RICH URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 COPY RICH URL COPY RICH URL
ID lijjekihhdocbcginjcbipabahcjpjoe
官方網址 https://chromewebstore.google.com/detail/copy-rich-url/lijjekihhdocbcginjcbipabahcjpjoe
簡介 Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.
檔案大小 12.64 KB
安裝次數 95
目前版本 0.6.4
更新時間 2022-03-23
上架時間 2022-01-18
評分 5.00/5 共 2 次評分
開發者 ichitaro3
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}