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.”。
扩展截图
下载Make Link of All tabs扩展crx文件
下载Make Link of All tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
すべてのタブのリンクをクリップボードへコピー
コピーのフォーマットをオプションから変更できる。
まとめ記事や、記事紹介を書くのに最適
2014/02/08 フォーマットを定義する際に、同じ変数があると2個目以降変換されないのを修正。
#遅くなってすみません。。。 扩展基本信息
| 名称 | |
| 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
} | |