Tab Copy/Paste

Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.

Tab Copy/Pasteとは何ですか?

Tab Copy/PasteはAlexanderによって開発されたChromeの拡張機能で、その主な機能は「Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.」です。

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

screenshot

Tab Copy/Paste拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Tab Copy/Paste Tab Copy/Paste
ID nbfccmdfpollpgjnbghmnkmgimliookh
公式URL https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh
説明 Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
ファイルサイズ 11.93 KB
インストール数 10,000
現在のバージョン 1.2
最終更新日 2015-02-21
公開日 2015-02-21
評価 4.64/5 合計 11 レビュー
開発者 Alexander
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Tab Copy\/Paste",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "short_name": "Tab Copy\/Paste",
    "version": "1.2"
}