Link Generator

This extension generates links to the current page.

Cos'è Link Generator?

Link Generator è un'estensione di Chrome sviluppata da nigimitama, e la sua funzione principale è "This extension generates links to the current page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Link Generator

Scarica i file di estensione Link Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Link Generator Link Generator
ID dcepleilgmacpdjlcbgjaddnoejognkc
URL Ufficiale https://chromewebstore.google.com/detail/link-generator/dcepleilgmacpdjlcbgjaddnoejognkc
Descrizione This extension generates links to the current page.
Dimensione del File 10.67 KB
Conteggio Installazioni 853
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-03-11
Data di Pubblicazione 2021-02-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore nigimitama
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nigimitama/link-generator
URL della Pagina di Aiuto https://github.com/nigimitama/link-generator
Lingue Supportate 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"
}