Sticky Notes Tab
Simple sticky notes board - tab extension
Apa itu Sticky Notes Tab?
Sticky Notes Tab adalah ekstensi Chrome yang dikembangkan oleh mcha, dan fitur utamanya adalah "Simple sticky notes board - tab extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sticky Notes Tab
Unduh file ekstensi Sticky Notes Tab 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
A simple sticky notes board - tab extension. Add sticky notes board to new-tabs. Options to: - Change board background color (day/night) - Change notes background, font-color, font-size, font-family - Position notes anywhere on the board
Informasi Dasar Ekstensi
Nama | Sticky Notes Tab |
ID | ofhklbffoehlkndkhdhjlfkiobbcoogd |
URL Resmi | https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd |
Deskripsi | Simple sticky notes board - tab extension |
Ukuran File | 70.49 KB |
Jumlah Instalasi | 1,717 |
Versi Saat Ini | 2.0.5 |
Terakhir Diperbarui | 2020-09-21 |
Tanggal Publikasi | 2019-03-17 |
Penilaian | 4.06/5 Total 18 Penilaian |
Pengembang | mcha |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mustafawm/stickynotes |
URL Halaman Bantuan | https://github.com/mustafawm/stickynotes |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes Tab", "short_name": "Stick Notes Tab", "version": "2.0.5", "description": "Simple sticky notes board - tab extension", "author": "mustafa", "homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/16icon.png", "32": "icons\/32icon.png", "48": "icons\/48icon.png", "128": "icons\/128icon.png" } } |