copy tab urls

copy tab url and titles.

copy tab urlsとは何ですか?

copy tab urlsはmsakamoto-sfによって開発されたChromeの拡張機能で、その主な機能は「copy tab url and titles.」です。

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

screenshot
screenshot

copy tab urls拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Chrome Extension for copy urls and titles for all tabs in current window, and format by preset template.

Useful when create cited urls from opend tabs.

Original source : https://github.com/msakamoto-sf/copy_tab_urls                    

拡張機能の基本情報

名前 copy tab urls copy tab urls
ID dpddcgncoldfnleboobgkogkjnbdofce
公式URL https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce
説明 copy tab url and titles.
ファイルサイズ 44.28 KB
インストール数 256
現在のバージョン 1.0
最終更新日 2015-02-28
公開日 2015-02-28
評価 3.50/5 合計 2 レビュー
開発者 msakamoto-sf
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "copy tab urls",
    "version": "1.0",
    "description": "copy tab url and titles.",
    "browser_action": {
        "default_icon": "copy_tab_urls_128.png",
        "default_title": "copy all tab url and titles",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "minimum_chrome_version": "22",
    "author": "msakamoto-sf ",
    "icons": {
        "16": "copy_tab_urls_32.png",
        "48": "copy_tab_urls_48.png",
        "128": "copy_tab_urls_128.png"
    }
}