tabs2txt
Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
tabs2txtとは何ですか?
tabs2txtはzvxr.techによって開発されたChromeの拡張機能で、その主な機能は「Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.」です。
拡張機能のスクリーンショット
tabs2txt拡張機能のCRXファイルをダウンロード
tabs2txt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard.
The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs. 拡張機能の基本情報
| 名前 | |
| ID | jaobckfgmoejmffgmlllfohadijkicgf |
| 公式URL | https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf |
| 説明 | Generate a newline-delimited block of text composed of the URLs of all tabs in the current window. |
| ファイルサイズ | 8.48 KB |
| インストール数 | 491 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-04-26 |
| 公開日 | 2017-04-26 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | zvxr.tech |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://zvxr.net/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.1",
"default_locale": "en",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": {
"32": "icons\/page-32.png"
},
"default_title": "__MSG_popupTitle__",
"default_popup": "popup\/popup.html"
},
"icons": {
"16": "icons\/page-16.png",
"32": "icons\/page-32.png",
"48": "icons\/page-48.png"
}
} | |