Make Link of All tabs
Links of all tabs is made.
Vad är Make Link of All tabs?
Make Link of All tabs är en Chrome-tillägg utvecklad av https://romberg-iso8.blogspot.com, och dess huvudfunktion är "Links of all tabs is made.".
Tilläggsskärmbilder
Ladda ner Make Link of All tabs-förlängningens CRX-fil
Ladda ner Make Link of All tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
すべてのタブのリンクをクリップボードへコピー
コピーのフォーマットをオプションから変更できる。
まとめ記事や、記事紹介を書くのに最適
2014/02/08 フォーマットを定義する際に、同じ変数があると2個目以降変換されないのを修正。
#遅くなってすみません。。。 Grundläggande Information om Tillägg
| Namn | |
| ID | mlmmahhmlolgeigpchjnolpdjhcihmod |
| Officiell webbadress | https://chromewebstore.google.com/detail/make-link-of-all-tabs/mlmmahhmlolgeigpchjnolpdjhcihmod |
| Beskrivning | Links of all tabs is made. |
| Filstorlek | 78.75 KB |
| Antal Installationer | 2,171 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2014-02-08 |
| Publiceringsdatum | 2014-02-07 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://romberg-iso8.blogspot.com |
| Betalningssätt | free |
| Stödda Språk | 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
} | |