Sticky Notes Tab

Simple sticky notes board - tab extension

Wat is Sticky Notes Tab?

Sticky Notes Tab is een Chrome-extensie ontwikkeld door mcha, en de belangrijkste functie is "Simple sticky notes board - tab extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sticky Notes Tab

Download Sticky Notes Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Sticky Notes Tab Sticky Notes Tab
ID ofhklbffoehlkndkhdhjlfkiobbcoogd
Officiële URL https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd
Beschrijving Simple sticky notes board - tab extension
Bestandsgrootte 70.49 KB
Aantal Installaties 1,717
Huidige Versie 2.0.5
Laatst Bijgewerkt 2020-09-21
Publicatiedatum 2019-03-17
Beoordeling 4.06/5 Totaal 18 Beoordelingen
Ontwikkelaar mcha
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mustafawm/stickynotes
Help Pagina-URL https://github.com/mustafawm/stickynotes
Ondersteunde Talen 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"
    }
}