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 |
| 官方網址 | 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 | |