Elegant Startage | New Tab
An elegant and powerful startpage.
Vad är Elegant Startage | New Tab?
Elegant Startage | New Tab är en Chrome-tillägg utvecklad av thomaidistheo, och dess huvudfunktion är "An elegant and powerful startpage.".
Tilläggsskärmbilder
Ladda ner Elegant Startage | New Tab-förlängningens CRX-fil
Ladda ner Elegant Startage | New 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
An elegant and powerful startpage.
A New Tab replacement with elegant design and powerful tools to boost your productivity.
First things first, yes there is a dark mode option.
List of tools:
- Create custom bookmarks for your favorite websites
- Add tasks to an organized ToDo List
- Take notes and add them to a Notes List
- Google search box
- Light / Dark theme
All that in 1 page, accessible in your New Tab. The perfect tool for productivity. Grundläggande Information om Tillägg
| Namn | |
| ID | odgeaoeiadnifppkijkaiiafbcendbhd |
| Officiell webbadress | https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd |
| Beskrivning | An elegant and powerful startpage. |
| Filstorlek | 1.04 MB |
| Antal Installationer | 90 |
| Aktuell Version | 1.6.3 |
| Senast Uppdaterad | 2021-02-04 |
| Publiceringsdatum | 2021-02-03 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | thomaidistheo |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Elegant Startage | New Tab",
"description": "An elegant and powerful startpage.",
"version": "1.6.3",
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "\/assets\/96x96_icon.png"
},
"permission": [
"tabs"
],
"background": {
"scripts": [
"script.js"
],
"persistent": false
}
} | |