TabPunk
Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!
TabPunkとは何ですか?
TabPunkはhttps://tabpunk.comによって開発されたChromeの拡張機能で、その主な機能は「Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!」です。
拡張機能のスクリーンショット
TabPunk拡張機能のCRXファイルをダウンロード
TabPunk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TabPunk - The Simplest Tab Manager Tired of drowning in a sea of open tabs? TabPunk offers a comprehensive solution to effortlessly organize your tabs into collections and spaces for quick & easy access. TAB MANAGEMENT With TabPunk, you can organize your tabs and links into custom collections and spaces, allowing you to easily switch between them and stay focused on the task at hand. No more endless scrolling or searching for that one tab buried deep in your browser history. SPACES & COLLECTIONS By keeping your tabs and links organized into different spaces, you can switch context between personal and work projects without losing focus. Goodbye distractions, hello getting-things-done! AUTO-SYNC With TabPunk's auto-sync feature, you can seamlessly access your organized tabs and saved links across all your devices. Whether you're switching between your computer, laptop, or mobile device, TabPunk ensures that your tab collections and spaces are always up-to-date and readily available. For support, email us at [email protected] - we’ll try to respond within 24 hours. Terms of Use: https://www.tabpunk.com/terms-of-use Privacy Policy: https://www.tabpunk.com/privacy-policy
拡張機能の基本情報
名前 | TabPunk |
ID | kmlenlgoldchdbfkmlloocjkggjgaffb |
公式URL | https://chromewebstore.google.com/detail/tabpunk/kmlenlgoldchdbfkmlloocjkggjgaffb |
説明 | Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done! |
ファイルサイズ | 737 KB |
インストール数 | 293 |
現在のバージョン | 0.3.1 |
最終更新日 | 2023-12-21 |
公開日 | 2023-08-09 |
評価 | 5.00/5 合計 16 レビュー |
開発者 | https://tabpunk.com |
Eメール | [email protected] |
支払い方法 | in_app |
ヘルプページのURL | https://www.tabpunk.com/support |
プライバシーポリシーページのURL | https://www.tabpunk.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabPunk", "version": "0.3.1", "description": "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!", "background": { "service_worker": "src\/pages\/background\/index.js" }, "permissions": [ "tabs" ], "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |