URL Copy
Copies url with a click!
URL Copyとは何ですか?
URL Copyはtsubasageneによって開発されたChromeの拡張機能で、その主な機能は「Copies url with a click!」です。
拡張機能のスクリーンショット
URL Copy拡張機能のCRXファイルをダウンロード
URL Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. Though the difference is small, many a little makes a mickle! Enjoy.
拡張機能の基本情報
名前 | URL Copy |
ID | honjkgkhennhamekcgimhdibgcdfbidf |
公式URL | https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf |
説明 | Copies url with a click! |
ファイルサイズ | 4.82 KB |
インストール数 | 51 |
現在のバージョン | 1.1 |
最終更新日 | 2020-03-07 |
公開日 | 2020-03-07 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | tsubasagene |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Copy", "version": "1.1", "manifest_version": 2, "description": "Copies url with a click!", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab" ] } |