Link Generator
This extension generates links to the current page.
What is Link Generator?
Link Generator is a Chrome extension developed by nigimitama, and its main feature is "This extension generates links to the current page.".
Extension Screenshots
Download Link Generator Extension CRX File
Download Link Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension generates links in multiple formats (e.g. markdown, HTML, etc.). You can set the formats of links on the settings page.
Extension Basic Information
Name | Link Generator |
ID | dcepleilgmacpdjlcbgjaddnoejognkc |
Official URL | https://chromewebstore.google.com/detail/link-generator/dcepleilgmacpdjlcbgjaddnoejognkc |
Description | This extension generates links to the current page. |
File Size | 10.67 KB |
Installation Count | 853 |
Current Version | 1.2.1 |
Last Updated | 2023-03-11 |
Publish Date | 2021-02-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | nigimitama |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nigimitama/link-generator |
Help Page URL | https://github.com/nigimitama/link-generator |
Supported Languages | 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" } |