Sticky Notes Tab
Simple sticky notes board - tab extension
Was ist Sticky Notes Tab?
Sticky Notes Tab ist eine Chrome-Erweiterung, die von mcha entwickelt wurde, und ihr Hauptmerkmal ist "Simple sticky notes board - tab extension".
Erweiterungsscreenshots
Sticky Notes Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sticky Notes Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Sticky Notes Tab |
ID | ofhklbffoehlkndkhdhjlfkiobbcoogd |
Offizielle URL | https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd |
Beschreibung | Simple sticky notes board - tab extension |
Dateigröße | 70.49 KB |
Installationsanzahl | 1,717 |
Aktuelle Version | 2.0.5 |
Letztes Update | 2020-09-21 |
Veröffentlichungsdatum | 2019-03-17 |
Bewertung | 4.06/5 Insgesamt 18 Bewertungen |
Entwickler | mcha |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mustafawm/stickynotes |
Hilfeseite URL | https://github.com/mustafawm/stickynotes |
Unterstützte Sprachen | 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" } } |