Tabs to clipboard, clipboard to tabs

Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.

Tabs to clipboard, clipboard to tabsとは何ですか?

Tabs to clipboard, clipboard to tabsはhttps://www.freezeec.comによって開発されたChromeの拡張機能で、その主な機能は「Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.」です。

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

screenshot

Tabs to clipboard, clipboard to tabs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Copy tabs URL (and title, depends on option) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action is possible : paste clipboard to tabs                    

拡張機能の基本情報

名前 Tabs to clipboard, clipboard to tabs Tabs to clipboard, clipboard to tabs
ID baiigfcdcocfkkjjcdhjombfpkffmfce
公式URL https://chromewebstore.google.com/detail/tabs-to-clipboard-clipboa/baiigfcdcocfkkjjcdhjombfpkffmfce
説明 Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.
ファイルサイズ 261 KB
インストール数 21
現在のバージョン 1.0
最終更新日 2017-07-03
公開日 2017-07-03
評価 1.00/5 合計 1 レビュー
開発者 https://www.freezeec.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/Copy-Link-19.png",
        "default_title": "Tabs to clipboard, clipboard to tabs",
        "default_popup": "popup.html"
    },
    "description": "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.",
    "icons": {
        "128": "img\/Copy-Link-128.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery-1.7.2_min.js",
            "vendor\/encoder.js",
            "background.js"
        ]
    },
    "commands": {
        "copy": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Copy"
        },
        "paste": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Paste"
        }
    },
    "name": "Tabs to clipboard, clipboard to tabs",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ],
    "version": "1.0",
    "manifest_version": 2
}