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
电子邮箱 [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"
}