stickynote tab

override the new tab page so that user can create sticky notes to take notes

Apa itu stickynote tab?

stickynote tab adalah ekstensi Chrome yang dikembangkan oleh ellayang40, dan fitur utamanya adalah "override the new tab page so that user can create sticky notes to take notes".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi stickynote tab

Unduh file ekstensi stickynote 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

                        * use new tab page to take quick notes on sticky notes 
* notes will be saved in the browser so that next time you open the new tab page, you will see your notes
* note allows text formatting such as bolding, lists, changing font color, etc
* can create, delete, and move notes
* can minimize and maximize the notes

Great for creating todo list and other quick notes for temporary use.                    

Informasi Dasar Ekstensi

Nama stickynote tab stickynote tab
ID cpnckoglpiageliaeeopbhdahilnjeeb
URL Resmi https://chromewebstore.google.com/detail/stickynote-tab/cpnckoglpiageliaeeopbhdahilnjeeb
Deskripsi override the new tab page so that user can create sticky notes to take notes
Ukuran File 3.48 MB
Jumlah Instalasi 193
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-09-14
Tanggal Publikasi 2020-05-08
Penilaian 4.50/5 Total 2 Penilaian
Pengembang ellayang40
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/yinglan98/chrome-ext---sticky
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stickynote tab",
    "version": "1.1",
    "description": "override the new tab page so that user can create sticky notes to take notes",
    "permissions": [
        "storage",
        "tabs"
    ],
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "dis_quill_1.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/sticky_icon_16.png",
        "48": "images\/sticky_icon_48.png",
        "128": "images\/sticky_icon_128.png"
    }
}