Excerpt with Link
Copies selected text and associated link (URL).
Excerpt with Linkとは何ですか?
Excerpt with LinkはScott Hicksによって開発されたChromeの拡張機能で、その主な機能は「Copies selected text and associated link (URL).」です。
拡張機能のスクリーンショット
Excerpt with Link拡張機能のCRXファイルをダウンロード
Excerpt with Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The "Excerpt with Link" extension copies selected text and the associated webpage link (URL) to the clipboard. This provides a quick and simple way to cite website text. Select desired text, then open the context menu and select "Excerpt with Link" from the menu. You can normally open the context menu by right-clicking. Please let me know of any issues you experience before writing a review -- I'm happy to continue to improve the solution. The extension is provided 'As-Is' without any express or implied warranty of any kind. Note that I do not collect any information from the extension -- all handling is done at your local browser. I hope you find this extension to be helpful. Cheers, /Scott (The extension icon has been designed using resources from Flaticon.com) --- Updates: v1.3: Improved text copy (selected text wasn't always copied for some websites). v1.2: Improved memory utilization (background script is non-persistent).
拡張機能の基本情報
名前 | Excerpt with Link |
ID | ecafbbbagbilgmcjpngaagjglmmkdpla |
公式URL | https://chromewebstore.google.com/detail/excerpt-with-link/ecafbbbagbilgmcjpngaagjglmmkdpla |
説明 | Copies selected text and associated link (URL). |
ファイルサイズ | 10.1 KB |
インストール数 | 45 |
現在のバージョン | 1.3 |
最終更新日 | 2023-08-30 |
公開日 | 2021-03-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Scott Hicks |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Excerpt with Link", "version": "1.3", "manifest_version": 2, "short_name": "Excerpt with Link", "description": "Copies selected text and associated link (URL).", "author": "Wolf Mountain IP, LLC", "options_ui": { "page": "options.html" }, "permissions": [ "contextMenus", "clipboardWrite", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png" } } |