Link Generator
This extension generates links to the current page.
什麼是Link Generator?
Link Generator是由nigimitama開發的Chrome擴展程式,該擴展的主要功能是“This extension generates links to the current page.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | dcepleilgmacpdjlcbgjaddnoejognkc |
| 官方網址 | 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"
} | |