New Tab with Bookmarks
Displays all bookmarks in the new tab page
Vad är New Tab with Bookmarks?
New Tab with Bookmarks är en Chrome-tillägg utvecklad av https://bytecode77.com, och dess huvudfunktion är "Displays all bookmarks in the new tab page".
Tilläggsskärmbilder
Ladda ner New Tab with Bookmarks-förlängningens CRX-fil
Ladda ner New Tab with Bookmarks-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
This extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar. Grundläggande Information om Tillägg
| Namn | |
| ID | dicfmapplolngmjeoelpiclidoiknpfl |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl |
| Beskrivning | Displays all bookmarks in the new tab page |
| Filstorlek | 59.77 KB |
| Antal Installationer | 523 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2020-11-19 |
| Publiceringsdatum | 2017-04-10 |
| Betyg | 3.69/5 Totalt 13 Betyg |
| Utvecklare | https://bytecode77.com |
| 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": "New Tab with Bookmarks",
"description": "Displays all bookmarks in the new tab page",
"version": "1.1.0",
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |