Save All Tab URLs
Get the raw URLs of all your open tabs!
Save All Tab URLsとは何ですか?
Save All Tab URLsはErisa Aによって開発されたChromeの拡張機能で、その主な機能は「Get the raw URLs of all your open tabs!」です。
拡張機能のスクリーンショット
Save All Tab URLs拡張機能のCRXファイルをダウンロード
Save All Tab URLs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!
拡張機能の基本情報
名前 | Save All Tab URLs |
ID | bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
公式URL | https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
説明 | Get the raw URLs of all your open tabs! |
ファイルサイズ | 13.36 KB |
インストール数 | 1,851 |
現在のバージョン | 0.1.4 |
最終更新日 | 2019-10-14 |
公開日 | 2019-10-13 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Erisa A |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://erisa.uk/privacy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save All Tab URLs", "description": "Get the raw URLs of all your open tabs!", "version": "0.1.4", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" }, "browser_action": { "default_icon": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" } }, "permissions": [ "tabs" ] } |