tab2text
Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
什麼是tab2text?
tab2text是由mikhuang開發的Chrome擴展程式,該擴展的主要功能是“Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.”。
擴展截圖
下載tab2text擴展crx文件
下載tab2text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Want to edit your currently opened tabs as plaintext? Now you can.
Usage ideas:
- Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser
- Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once
- Sharing your currently opened tabs quickly in whatever application
- ???
Pro tip:
Add a keyboard shortcut to open the window quickly! Go to:
More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T 擴展基本資訊
| 名稱 | |
| ID | pkbpfddfoepjgmfmlafmdmhpiclhngih |
| 官方網址 | https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih |
| 簡介 | Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs. |
| 檔案大小 | 28.92 KB |
| 安裝次數 | 108 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2016-12-16 |
| 上架時間 | 2016-12-16 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | mikhuang |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "tab2text",
"description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.",
"version": "1.0.1",
"browser_action": {
"default_icon": "icon2.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
} | |