Magic tabs
Extension which help you to manage tabs and easly recover them
Apa itu Magic tabs?
Magic tabs adalah ekstensi Chrome yang dikembangkan oleh Yorki, dan fitur utamanya adalah "Extension which help you to manage tabs and easly recover them".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Magic tabs
Unduh file ekstensi Magic tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Magic tabs allow you to save tabs, label them and recover later!
Informasi Dasar Ekstensi
Nama | |
ID | chliaibldakdhjaimgjpabheepadccfm |
URL Resmi | https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm |
Deskripsi | Extension which help you to manage tabs and easly recover them |
Ukuran File | 649 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2015-12-16 |
Tanggal Publikasi | 2015-12-16 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Yorki |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |