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
公式URL 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
Eメール [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"
    }
}