Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Copy-URLとは何ですか?
Copy-URLはWimilesによって開発されたChromeの拡張機能で、その主な機能は「Copy only the domain name. Developed by: Devin G. and William M.」です。
拡張機能のスクリーンショット
Copy-URL拡張機能のCRXファイルをダウンロード
Copy-URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Copy the Domain URL of the page you are on. Places a button next to your address bar, allowing you to copy the Domain. - This only copies the domain name (ie domain.com or www.domain.com) - Removes extras (such as http:// and /index.html) - Useful if you ping/dig/nslookup lots of domain names Updates: 0.0.2: Added popup to show text copied successfully. 0.0.3: Decreased time popup lasts by request. 0.1.0: Reworked code to work on Mac and Linux. 0.1.2: Bug fix.
拡張機能の基本情報
名前 | Copy-URL |
ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
公式URL | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
説明 | Copy only the domain name. Developed by: Devin G. and William M. |
ファイルサイズ | 3.68 KB |
インストール数 | 338 |
現在のバージョン | 0.1.2 |
最終更新日 | 2012-11-30 |
公開日 | 2012-11-30 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | Wimiles |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy-URL", "description": "Copy only the domain name. Developed by: Devin G. and William M.", "version": "0.1.2", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "code.html" } } |