tab2text
Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Что такое tab2text?
tab2text - это расширение Chrome, разработанное mikhuang, и его основная функция - "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".
Снимки экрана расширения
Скачать файл CRX расширения tab2text
Скачайте файлы расширений 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 |
| Официальный URL | 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"
]
} | |