Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Copy All Urlsとは何ですか?
Copy All Urlsはkdmsnrによって開発されたChromeの拡張機能で、その主な機能は「This extension copies all url on the current window to the clipboard. You can set the format up at option menu.」です。
拡張機能のスクリーンショット
Copy All Urls拡張機能のCRXファイルをダウンロード
Copy All Urls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
拡張機能の基本情報
名前 | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
公式URL | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
説明 | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
ファイルサイズ | 5.27 KB |
インストール数 | 3,801 |
現在のバージョン | 0.2.7 |
最終更新日 | 2013-06-25 |
公開日 | 2013-06-25 |
評価 | 4.00/5 合計 40 レビュー |
開発者 | kdmsnr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy All Urls", "version": "0.2.7", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |