Copy URL text
A tool to decode URL when copying links from a web page.
Copy URL textとは何ですか?
Copy URL textはdave.waters89によって開発されたChromeの拡張機能で、その主な機能は「A tool to decode URL when copying links from a web page.」です。
拡張機能のスクリーンショット
Copy URL text拡張機能のCRXファイルをダウンロード
Copy URL text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting. 拡張機能の基本情報
| 名前 | |
| ID | hdgelchllommgmclkoobnphdloeaabab |
| 公式URL | https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab |
| 説明 | A tool to decode URL when copying links from a web page. |
| ファイルサイズ | 3.48 KB |
| インストール数 | 24 |
| 現在のバージョン | 0.0.0.2 |
| 最終更新日 | 2018-12-04 |
| 公開日 | 2018-12-04 |
| 開発者 | dave.waters89 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL text",
"description": "A tool to decode URL when copying links from a web page.",
"version": "0.0.0.2",
"manifest_version": 2,
"permissions": [
"https:\/\/myteams.toyota.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/myteams.toyota.com\/*"
],
"js": [
"oncopy.js"
]
}
]
} | |