Copyables
Makes the text/label of focused links copyable. Also via contextmenu.
Copyablesとは何ですか?
CopyablesはRudie Dirkxによって開発されたChromeの拡張機能で、その主な機能は「Makes the text/label of focused links copyable. Also via contextmenu.」です。
拡張機能のスクリーンショット
Copyables拡張機能のCRXファイルをダウンロード
Copyables拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes the text/label of focused links copyable by using the normal copy keyboard command (CTRL + V for me).
Adds a contextmenu option to copy an element's text, for instance a link's label or a table cell's content.
Adds a contextmenu option to find background images. 拡張機能の基本情報
| 名前 | |
| ID | pgghkebpjnjjiblaajkkaniphdbfeogl |
| 公式URL | https://chromewebstore.google.com/detail/copyables/pgghkebpjnjjiblaajkkaniphdbfeogl |
| 説明 | Makes the text/label of focused links copyable. Also via contextmenu. |
| ファイルサイズ | 8.87 KB |
| インストール数 | 40 |
| 現在のバージョン | 1.9 |
| 最終更新日 | 2022-09-25 |
| 公開日 | 2017-10-16 |
| 開発者 | Rudie Dirkx |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/rudiedirkx/copyables-extension/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copyables",
"version": "1.9",
"manifest_version": 3,
"description": "Makes the text\/label of focused links copyable. Also via contextmenu.",
"icons": {
"128": "images\/logo_128.png"
},
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "copyables.sw.js"
},
"content_scripts": [
{
"all_frames": true,
"run_at": "document_end",
"js": [
"copyables.content.js"
],
"matches": [
" | |