Sticky Notes Tab
Simple sticky notes board - tab extension
Vad är Sticky Notes Tab?
Sticky Notes Tab är en Chrome-tillägg utvecklad av mcha, och dess huvudfunktion är "Simple sticky notes board - tab extension".
Tilläggsskärmbilder
Ladda ner Sticky Notes Tab-förlängningens CRX-fil
Ladda ner Sticky Notes Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ofhklbffoehlkndkhdhjlfkiobbcoogd |
| Officiell webbadress | https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd |
| Beskrivning | Simple sticky notes board - tab extension |
| Filstorlek | 70.49 KB |
| Antal Installationer | 1,717 |
| Aktuell Version | 2.0.5 |
| Senast Uppdaterad | 2020-09-21 |
| Publiceringsdatum | 2019-03-17 |
| Betyg | 4.06/5 Totalt 18 Betyg |
| Utvecklare | mcha |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/mustafawm/stickynotes |
| Hjälpsida URL | https://github.com/mustafawm/stickynotes |
| Stödda Språk | 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"
}
} | |