hyperlinker
creates hyperlinks from plain text on website
hyperlinkerとは何ですか?
hyperlinkerはKoharaKazuyaによって開発されたChromeの拡張機能で、その主な機能は「creates hyperlinks from plain text on website」です。
拡張機能のスクリーンショット
hyperlinker拡張機能のCRXファイルをダウンロード
hyperlinker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple Google Chrome extension creates hyperlinks from plain text on website.
HyperLinker provides two ways to create hyperlinks.
1. Use Chrome keyboard shortcuts (default Alt+Shift+H for hyperlinker) to toggle activate/deactivate hyperlinks.
2. At every click the HyperLinker icon (in chrome menu), toggle activate/deactivate hyperlinks. 拡張機能の基本情報
| 名前 | |
| ID | ipbklljhldnlobbmnjaalbebbahamcmk |
| 公式URL | https://chrome.google.com/webstore/detail/hyperlinker/ipbklljhldnlobbmnjaalbebbahamcmk |
| 説明 | creates hyperlinks from plain text on website |
| ファイルサイズ | 17.26 KB |
| インストール数 | 38 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2021-04-04 |
| 公開日 | 2019-11-09 |
| 開発者 | KoharaKazuya |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "hyperlinker",
"description": "creates hyperlinks from plain text on website",
"version": "2.0.0",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"icons": {
"48": "assets\/images\/icon48_disabled.png",
"128": "assets\/images\/icon128_disabled.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"name": "Toggle URL activation"
},
"commands": {
"toggle-hyperlink-activation": {
"suggested_key": {
"default": "Alt+Shift+H"
},
"description": "Toggle URL activation"
}
}
} | |