Copy URL+
Copy a short URL, title, and selected text in any format you want.
Copy URL+とは何ですか?
Copy URL+はNaoto Yokoyamaによって開発されたChromeの拡張機能で、その主な機能は「Copy a short URL, title, and selected text in any format you want.」です。
拡張機能のスクリーンショット
Copy URL+拡張機能のCRXファイルをダウンロード
Copy URL+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Key features
- Keyboard shortcuts
- Flexible context menus
- URL shortening
- Notifications
Icons and promotional images are designed by Honeshabri. 拡張機能の基本情報
| 名前 | |
| ID | capojgaalppngkaagaobmigigcgnidmn |
| 公式URL | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
| 説明 | Copy a short URL, title, and selected text in any format you want. |
| ファイルサイズ | 35.59 KB |
| インストール数 | 3,796 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2020-08-06 |
| 公開日 | 2020-08-06 |
| 評価 | 3.93/5 合計 45 レビュー |
| 開発者 | Naoto Yokoyama |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL+",
"version": "1.1.1",
"description": "Copy a short URL, title, and selected text in any format you want.",
"manifest_version": 2,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"page": "background.html",
"persistent": true
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/keyboard.js",
"scripts\/content-script.js"
]
}
],
"permissions": [
"tabs",
"clipboardWrite",
"notifications",
"contextMenus",
"https:\/\/www.googleapis.com\/url\/shortener",
"https:\/\/accounts.google.com\/o\/oauth2\/auth",
"https:\/\/accounts.google.com\/o\/oauth2\/token",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |