Make Link of All tabs
Links of all tabs is made.
Apa itu Make Link of All tabs?
Make Link of All tabs adalah ekstensi Chrome yang dikembangkan oleh https://romberg-iso8.blogspot.com, dan fitur utamanya adalah "Links of all tabs is made.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Make Link of All tabs
Unduh file ekstensi Make Link of All tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
すべてのタブのリンクをクリップボードへコピー コピーのフォーマットをオプションから変更できる。 まとめ記事や、記事紹介を書くのに最適 2014/02/08 フォーマットを定義する際に、同じ変数があると2個目以降変換されないのを修正。 #遅くなってすみません。。。
Informasi Dasar Ekstensi
Nama | Make Link of All tabs |
ID | mlmmahhmlolgeigpchjnolpdjhcihmod |
URL Resmi | https://chromewebstore.google.com/detail/make-link-of-all-tabs/mlmmahhmlolgeigpchjnolpdjhcihmod |
Deskripsi | Links of all tabs is made. |
Ukuran File | 78.75 KB |
Jumlah Instalasi | 2,171 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2014-02-08 |
Tanggal Publikasi | 2014-02-07 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://romberg-iso8.blogspot.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |