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
拡張機能の基本情報
名前 | tab2text |
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" ] } |