copy tab urls
copy tab url and titles.
什么是copy tab urls?
copy tab urls是由msakamoto-sf开发的Chrome扩展程序,该扩展的主要功能是“copy tab url and titles.”。
扩展截图
下载copy tab urls扩展crx文件
下载copy tab urls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome Extension for copy urls and titles for all tabs in current window, and format by preset template. Useful when create cited urls from opend tabs. Original source : https://github.com/msakamoto-sf/copy_tab_urls
扩展基本信息
名称 | |
ID | dpddcgncoldfnleboobgkogkjnbdofce |
官方URL | https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce |
简介 | copy tab url and titles. |
文件大小 | 44.28 KB |
安装次数 | 256 |
当前版本 | 1.0 |
更新时间 | 2015-02-28 |
上架时间 | 2015-02-28 |
评分 | 3.50/5 共2次评分 |
开发者 | msakamoto-sf |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "copy tab urls", "version": "1.0", "description": "copy tab url and titles.", "browser_action": { "default_icon": "copy_tab_urls_128.png", "default_title": "copy all tab url and titles", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/eventpage.js" ], "persistent": false }, "permissions": [ "tabs" ], "options_page": "options.html", "minimum_chrome_version": "22", "author": "msakamoto-sf |