URL Copy
This extension will copy the current tab's URL to your clipboard.
URL Copyとは何ですか?
URL Copyはtubaguy50035によって開発されたChromeの拡張機能で、その主な機能は「This extension will copy the current tab's URL to your clipboard.」です。
URL Copy拡張機能のCRXファイルをダウンロード
URL Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to copy the URL of your active tab with one click!
拡張機能の基本情報
名前 | |
ID | ipdfpenpabfdkmiegmhmfpoadnbddelj |
公式URL | https://chrome.google.com/webstore/detail/url-copy/ipdfpenpabfdkmiegmhmfpoadnbddelj |
説明 | This extension will copy the current tab's URL to your clipboard. |
ファイルサイズ | 9.95 KB |
インストール数 | 103 |
現在のバージョン | 1.0 |
最終更新日 | 2013-12-11 |
公開日 | 2013-12-11 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | tubaguy50035 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Copy", "description": "This extension will copy the current tab's URL to your clipboard.", "version": "1.0", "permissions": [ "tabs", "clipboardWrite" ], "background": { "scripts": [ "bg.js" ], "pages": [ "background.html" ] }, "browser_action": { "default_title": "", "default_icon": "19.png" }, "icons": { "128": "icon.png" } } |