Make Link of All tabs

Links of all tabs is made.

Make Link of All tabsとは何ですか?

Make Link of All tabsはhttps://romberg-iso8.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Links of all tabs is made.」です。

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

screenshot

Make Link of All tabs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        すべてのタブのリンクをクリップボードへコピー
コピーのフォーマットをオプションから変更できる。
まとめ記事や、記事紹介を書くのに最適

2014/02/08 フォーマットを定義する際に、同じ変数があると2個目以降変換されないのを修正。
#遅くなってすみません。。。                    

拡張機能の基本情報

名前 Make Link of All tabs Make Link of All tabs
ID mlmmahhmlolgeigpchjnolpdjhcihmod
公式URL https://chromewebstore.google.com/detail/make-link-of-all-tabs/mlmmahhmlolgeigpchjnolpdjhcihmod
説明 Links of all tabs is made.
ファイルサイズ 78.75 KB
インストール数 2,171
現在のバージョン 0.1.0
最終更新日 2014-02-08
公開日 2014-02-07
評価 5.00/5 合計 2 レビュー
開発者 https://romberg-iso8.blogspot.com
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon\/icon16.png",
        "default_title": "Make Link of All tabs",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "description": "Links of all tabs is made.",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png"
    },
    "name": "Make Link of All tabs",
    "options_page": "opt.html",
    "version": "0.1.0",
    "manifest_version": 2
}