Make Link of All tabs

Links of all tabs is made.

Qu'est-ce que Make Link of All tabs ?

Make Link of All tabs est une extension Chrome développée par https://romberg-iso8.blogspot.com, et sa fonction principale est "Links of all tabs is made.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Make Link of All tabs

Téléchargez les fichiers d'extension Make Link of All tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Make Link of All tabs Make Link of All tabs
ID mlmmahhmlolgeigpchjnolpdjhcihmod
URL Officiel https://chromewebstore.google.com/detail/make-link-of-all-tabs/mlmmahhmlolgeigpchjnolpdjhcihmod
Description Links of all tabs is made.
Taille du Fichier 78.75 KB
Nombre d'Installations 2,171
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-02-08
Date de Publication 2014-02-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://romberg-iso8.blogspot.com
Type de Paiement free
Langues Prises en Charge 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
}