DealTabs - browser tab organizer
Browser Tabs\Windows saver and organizer
DealTabs - browser tab organizerとは何ですか?
DealTabs - browser tab organizerはhttps://dealtabs.comによって開発されたChromeの拡張機能で、その主な機能は「Browser Tabs\Windows saver and organizer」です。
拡張機能のスクリーンショット
DealTabs - browser tab organizer拡張機能のCRXファイルをダウンロード
DealTabs - browser tab organizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Browser Tabs\Windows saver and organizer Have you ever experienced work on multiple projects or planning a trip, having many windows full of tabs? That mess and endless search of the needed tab or window? DealTabs is a browser tabs\windows organizer extension that allows you to save all tabs or windows into sessions. With the session, you can reopen all links together or separately in one click. Make a Deal with your tabs! *** All new users receive free premium! *** REQUIRES ACCOUNT to work. Sign in with Google, or Facebook makes it just a few clicks away. With the account, you can synchronize your sessions, access our web session manager to see your data on all devices for all users, and browser synchronization for premium users.
拡張機能の基本情報
名前 | |
ID | hfojefnbjfhacmgjnoijcbmakplknmhk |
公式URL | https://chrome.google.com/webstore/detail/hfojefnbjfhacmgjnoijcbmakplknmhk |
説明 | Browser Tabs\Windows saver and organizer |
ファイルサイズ | 1.17 MB |
インストール数 | 24 |
現在のバージョン | 4.0 |
最終更新日 | 2021-05-13 |
公開日 | 2020-10-14 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | https://dealtabs.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://dealtabs.com |
プライバシーポリシーページのURL | https://dealtabs.com/en/privacy-policy |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.0", "browser_action": { "default_icon": { "16": "logo128.png", "48": "logo128.png", "128": "logo128.png", "512": "logo128.png" }, "default_popup": "index.html" }, "icons": { "16": "logo128.png", "48": "logo128.png", "128": "logo128.png", "512": "logo128.png" }, "permissions": [ "cookies", "*:\/\/*.dealtabs.com\/*", "tabs" ], "background": { "scripts": [ "background\/liveSync.js", "background\/events.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'sha256-cT+P4uPHWWyeZo4bHqFAE4ZJhD3o+YBIZf5Mvrb+TZc='; object-src 'self'" } |