1 Click Copy Title + URL
This extentions able to copy a title and URL of current tab with specified format by 1 click
1 Click Copy Title + URLとは何ですか?
1 Click Copy Title + URLはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extentions able to copy a title and URL of current tab with specified format by 1 click」です。
拡張機能のスクリーンショット
1 Click Copy Title + URL拡張機能のCRXファイルをダウンロード
1 Click Copy Title + URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | cdpljlgjmcehmopejijlfajfibijicnp |
| 公式URL | https://chromewebstore.google.com/detail/1-click-copy-title-+-url/cdpljlgjmcehmopejijlfajfibijicnp |
| 説明 | This extentions able to copy a title and URL of current tab with specified format by 1 click |
| ファイルサイズ | 42.04 KB |
| インストール数 | 73 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-10-08 |
| 公開日 | 2018-10-07 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "1 Click Copy Title + URL",
"description": "This extentions able to copy a title and URL of current tab with specified format by 1 click",
"version": "1.0",
"browser_action": {
"default_icon": "icon32.png",
"default_title": "1 Click Copy Title + URL"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"page": "background.html"
},
"permissions": [
"activeTab",
"clipboardRead",
"clipboardWrite"
],
"options_page": "options.html",
"manifest_version": 2
} | |