Sticky Notes Tab
Simple sticky notes board - tab extension
Hvad er Sticky Notes Tab?
Sticky Notes Tab er en Chrome-udvidelse udviklet af mcha, og dens hovedfunktion er "Simple sticky notes board - tab extension".
Udvidelsesskærmbilleder
Download Sticky Notes Tab-udvidelses-CRX-fil
Download Sticky Notes Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Sticky Notes Tab |
ID | ofhklbffoehlkndkhdhjlfkiobbcoogd |
Officiel URL | https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd |
Beskrivelse | Simple sticky notes board - tab extension |
Filstørrelse | 70.49 KB |
Antal Installationer | 1,717 |
Nuværende Version | 2.0.5 |
Senest Opdateret | 2020-09-21 |
Udgivelsesdato | 2019-03-17 |
Bedømmelse | 4.06/5 Samlet 18 Bedømmelser |
Udvikler | mcha |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mustafawm/stickynotes |
Hjælpeside-URL | https://github.com/mustafawm/stickynotes |
Understøttede Sprog | 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" } } |