Make Link of All tabs

Links of all tabs is made.

Was ist Make Link of All tabs?

Make Link of All tabs ist eine Chrome-Erweiterung, die von https://romberg-iso8.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Links of all tabs is made.".

Erweiterungsscreenshots

screenshot

Make Link of All tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Make Link of All tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name Make Link of All tabs Make Link of All tabs
ID mlmmahhmlolgeigpchjnolpdjhcihmod
Offizielle URL https://chromewebstore.google.com/detail/make-link-of-all-tabs/mlmmahhmlolgeigpchjnolpdjhcihmod
Beschreibung Links of all tabs is made.
Dateigröße 78.75 KB
Installationsanzahl 2,171
Aktuelle Version 0.1.0
Letztes Update 2014-02-08
Veröffentlichungsdatum 2014-02-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://romberg-iso8.blogspot.com
Zahlungsart free
Unterstützte Sprachen 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
}