Magic tabs
Extension which help you to manage tabs and easly recover them
Magic tabsとは何ですか?
Magic tabsはYorkiによって開発されたChromeの拡張機能で、その主な機能は「Extension which help you to manage tabs and easly recover them」です。
拡張機能のスクリーンショット
Magic tabs拡張機能のCRXファイルをダウンロード
Magic tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Magic tabs allow you to save tabs, label them and recover later!
拡張機能の基本情報
名前 | |
ID | chliaibldakdhjaimgjpabheepadccfm |
公式URL | https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm |
説明 | Extension which help you to manage tabs and easly recover them |
ファイルサイズ | 649 KB |
インストール数 | 24 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-12-16 |
公開日 | 2015-12-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Yorki |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | pl |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "library\/jquery.min.js", "background\/background.js" ] }, "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup\/popup.html" }, "content_scripts": [], "description": "Extension which help you to manage tabs and easly recover them", "icons": { "128": "images\/logo.png", "48": "images\/48.png" }, "name": "Magic tabs", "permissions": [ "tabs", "storage", "sessions" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [] } |