Link Generator
This extension generates links to the current page.
Wat is Link Generator?
Link Generator is een Chrome-extensie ontwikkeld door nigimitama, en de belangrijkste functie is "This extension generates links to the current page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Link Generator
Download Link Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension generates links in multiple formats (e.g. markdown, HTML, etc.). You can set the formats of links on the settings page.
Basisinformatie over de Extensie
Naam | Link Generator |
ID | dcepleilgmacpdjlcbgjaddnoejognkc |
Officiële URL | https://chromewebstore.google.com/detail/link-generator/dcepleilgmacpdjlcbgjaddnoejognkc |
Beschrijving | This extension generates links to the current page. |
Bestandsgrootte | 10.67 KB |
Aantal Installaties | 853 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2023-03-11 |
Publicatiedatum | 2021-02-14 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | nigimitama |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/nigimitama/link-generator |
Help Pagina-URL | https://github.com/nigimitama/link-generator |
Ondersteunde Talen | 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" } |