Title & URL
It's for copying current page's title and URL
Title & URLとは何ですか?
Title & URLはt.soorankimによって開発されたChromeの拡張機能で、その主な機能は「It's for copying current page's title and URL」です。
拡張機能のスクリーンショット
Title & URL拡張機能のCRXファイルをダウンロード
Title & URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's for copying the current page's title and URL
This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'.
https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon 拡張機能の基本情報
| 名前 | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| 公式URL | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| 説明 | It's for copying current page's title and URL |
| ファイルサイズ | 40.95 KB |
| インストール数 | 475 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-10-26 |
| 公開日 | 2017-07-02 |
| 評価 | 4.58/5 合計 12 レビュー |
| 開発者 | t.soorankim |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Title & URL",
"version": "1.0.0",
"description": "It's for copying current page's title and URL",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"author": "T.Sooran Kim",
"permissions": [
"tabs",
"clipboardWrite"
]
} | |