Bookmarks@newtab
A new tab page that displays your bookmarks.
Hvad er Bookmarks@newtab?
Bookmarks@newtab er en Chrome-udvidelse udviklet af pine.nuts, og dens hovedfunktion er "A new tab page that displays your bookmarks.".
Udvidelsesskærmbilleder
Download Bookmarks@newtab-udvidelses-CRX-fil
Download Bookmarks@newtab-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
Features:
- Masonry view, list view, icon view and grid view
- Add, edit, delete and move bookmarks
- Customizable background color, background image and text colors Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iceijoabkonabhjmokfmkbifmoogagoe |
| Officiel URL | https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe |
| Beskrivelse | A new tab page that displays your bookmarks. |
| Filstørrelse | 3.95 MB |
| Antal Installationer | 20 |
| Nuværende Version | 1.4.4 |
| Senest Opdateret | 2024-02-27 |
| Udgivelsesdato | 2020-01-13 |
| Udvikler | pine.nuts |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bookmarks@newtab",
"version": "1.4.4",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"bookmarks",
"favicon",
"storage",
"unlimitedStorage"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |