Tab Separator
Perfectly blank new tab page for separating groups of tabs. Now customizable!
Apa itu Tab Separator?
Tab Separator adalah ekstensi Chrome yang dikembangkan oleh https://www.tylercharlesworth.com, dan fitur utamanya adalah "Perfectly blank new tab page for separating groups of tabs. Now customizable!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Separator
Unduh file ekstensi Tab Separator 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
Organize all of your tabs - quickly, cleanly, elegantly. With Tab Separator, you get: * A perfectly blank tab to put anywhere * Customizable page titles * New! Customizable new tab text: keep it blank or add quotes that'll motivate you throughout the day Pro tip: You can customize your new tab page text with emoji... 🐙⚽🍻😊
Informasi Dasar Ekstensi
Nama | Tab Separator |
ID | loifmfjjhcdpgpkmphgemeooklpjlihp |
URL Resmi | https://chromewebstore.google.com/detail/tab-separator/loifmfjjhcdpgpkmphgemeooklpjlihp |
Deskripsi | Perfectly blank new tab page for separating groups of tabs. Now customizable! |
Ukuran File | 586 KB |
Jumlah Instalasi | 738 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2017-04-19 |
Tanggal Publikasi | 2017-04-19 |
Penilaian | 4.20/5 Total 10 Penilaian |
Pengembang | https://www.tylercharlesworth.com |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://docs.google.com/forms/d/e/1FAIpQLSf7X1yki32ez2q9D0k_h2g767Wt5iGZsybyB8W3gvynCDuEOg/viewform |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.3", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.htm" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.htm", "page_action": { "default_icon": { "19": "images\/page19.png", "38": "images\/page38.png" }, "default_popup": "popup.htm" }, "permissions": [ "storage", "activeTab", "declarativeContent" ] } |