Link Generator

This extension generates links to the current page.

Link Generatorとは何ですか?

Link Generatorはnigimitamaによって開発されたChromeの拡張機能で、その主な機能は「This extension generates links to the current page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Link Generator拡張機能のCRXファイルをダウンロード

Link Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension generates links in multiple formats (e.g. markdown, HTML, etc.).
You can set the formats of links on the settings page.                    

拡張機能の基本情報

名前 Link Generator Link Generator
ID dcepleilgmacpdjlcbgjaddnoejognkc
公式URL https://chromewebstore.google.com/detail/link-generator/dcepleilgmacpdjlcbgjaddnoejognkc
説明 This extension generates links to the current page.
ファイルサイズ 10.67 KB
インストール数 853
現在のバージョン 1.2.1
最終更新日 2023-03-11
公開日 2021-02-14
評価 5.00/5 合計 3 レビュー
開発者 nigimitama
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/nigimitama/link-generator
ヘルプページのURL https://github.com/nigimitama/link-generator
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Generator",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}