Link Generator
This extension generates links to the current page.
Apa itu Link Generator?
Link Generator adalah ekstensi Chrome yang dikembangkan oleh nigimitama, dan fitur utamanya adalah "This extension generates links to the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Link Generator
Unduh file ekstensi Link Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension generates links in multiple formats (e.g. markdown, HTML, etc.). You can set the formats of links on the settings page.
Informasi Dasar Ekstensi
Nama | Link Generator |
ID | dcepleilgmacpdjlcbgjaddnoejognkc |
URL Resmi | https://chromewebstore.google.com/detail/link-generator/dcepleilgmacpdjlcbgjaddnoejognkc |
Deskripsi | This extension generates links to the current page. |
Ukuran File | 10.67 KB |
Jumlah Instalasi | 853 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2023-03-11 |
Tanggal Publikasi | 2021-02-14 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | nigimitama |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/nigimitama/link-generator |
URL Halaman Bantuan | https://github.com/nigimitama/link-generator |
Bahasa yang Didukung | 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" } |