Copy Tabs Title URL

Copy the title and URL from a Chrome tabs

Copy Tabs Title URLとは何ですか?

Copy Tabs Title URLはstandard.software.netによって開発されたChromeの拡張機能で、その主な機能は「Copy the title and URL from a Chrome tabs」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Copy Tabs Title URL拡張機能のCRXファイルをダウンロード

Copy Tabs Title URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Copy the title and URL from a Chrome tabs.
Function
- Short Amazon URL (.com and .co.jp)
- Delete Parameter after ? From URL
- No Encode Japanese URL
- Remove Bracketed (---) From Title 
- Replace Space Zenkaku to Hankaku From Title (Japanese Space Char type)
- Remove Answer's Name From Title On Quora (English and Japanese)
- Remove UserName From Title On GitHub Pull Request                    

拡張機能の基本情報

名前 Copy Tabs Title URL Copy Tabs Title URL
ID lcfoefigmljgmbolbodknedngjcgelng
公式URL https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng
説明 Copy the title and URL from a Chrome tabs
ファイルサイズ 8.93 KB
インストール数 113
現在のバージョン 1.0.2
最終更新日 2022-04-18
公開日 2022-03-09
開発者 standard.software.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/standard-software/chrome-copy-tabs-title-url
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Tabs Title URL",
    "version": "1.0.2",
    "description": "Copy the title and URL from a Chrome tabs",
    "icons": {
        "16": "icon\/icon16x16.png",
        "128": "icon\/icon128x128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon\/icon16x16.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": {
        "name": "Satoshi Yamamoto",
        "email": "[email protected]",
        "url": "https:\/\/www.facebook.com\/stndardsoftware"
    },
    "manifest_version": 3
}