SpiderTab
SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Apa itu SpiderTab?
SpiderTab adalah ekstensi Chrome yang dikembangkan oleh mircea.sorin.sebastian, dan fitur utamanya adalah "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SpiderTab
Unduh file ekstensi SpiderTab 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
Chrome allows you to have a custom page set up as the 'new tab page', but what happens if you want more than one page to be opened whenever you start a new tab? This is exactly what SpiderTab allows you to do. Easily set up certain webpages and layouts as your default 'new tab page'.
Informasi Dasar Ekstensi
Nama | SpiderTab |
ID | figmmpfpocbfimmkcobcchfmgppljhla |
URL Resmi | https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla |
Deskripsi | SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'. |
Ukuran File | 1.11 MB |
Jumlah Instalasi | 447 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-08-03 |
Tanggal Publikasi | 2020-07-20 |
Penilaian | 4.13/5 Total 8 Penilaian |
Pengembang | mircea.sorin.sebastian |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sorinmircea.com/privacy_policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpiderTab", "version": "1.1", "description": "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.", "manifest_version": 2, "icons": { "512": "spider-512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "spider-512.png", "default_popup": "popUp\/index.html", "default_title": "SpiderTab Manager" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ] } |