Tab Stasher
Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
Tab Stasherとは何ですか?
Tab Stasherはhttps://www.zenoven.comによって開発されたChromeの拡張機能で、その主な機能は「Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup」です。
拡張機能のスクリーンショット
Tab Stasher拡張機能のCRXファイルをダウンロード
Tab Stasher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
暂存标签插件可以一键将当前窗口中所有已打开的标签页暂存,您还可以在插件的小窗口中管理所有已保存的记录。
拡張機能の基本情報
名前 | Tab Stasher |
ID | igbkiendclmannlppkbacbfnolhgoino |
公式URL | https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino |
説明 | Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup |
ファイルサイズ | 67.76 KB |
インストール数 | 1,000 |
現在のバージョン | 1.1.3 |
最終更新日 | 2016-12-13 |
公開日 | 2016-12-13 |
評価 | 4.63/5 合計 8 レビュー |
開発者 | https://www.zenoven.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/zenoven/tab-stash |
プライバシーポリシーページのURL | https://github.com/zenoven/privacy-policy/blob/main/README.md |
対応言語 | en,en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1.3", "manifest_version": 2, "minimum_chrome_version": "16", "description": "__MSG_extDescription__", "default_locale": "zh_CN", "browser_action": { "default_icon": "images\/16.png", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "contextMenus", "tabs", "storage", "bookmarks" ], "background": { "scripts": [ "js\/background.bundle.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |