Bookmarks New Tab
A New Tab replacement that shows the Bookmarks.
Vad är Bookmarks New Tab?
Bookmarks New Tab är en Chrome-tillägg utvecklad av https://sites.google.com/site/warrentteam, och dess huvudfunktion är "A New Tab replacement that shows the Bookmarks.".
Tilläggsskärmbilder
Ladda ner Bookmarks New Tab-förlängningens CRX-fil
Ladda ner Bookmarks 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
Replace the default New Page tab by a Bookmarks tree menu. Source https://github.com/madrang/Bookmarks-New-Tab Disclaimer: May contains links, that once clicked, will open. This disclaimer was added to comply to TOS regarding use of "Quick links".
Grundläggande Information om Tillägg
Namn | Bookmarks New Tab |
ID | njfnhkobpepaoogpflmbmiefmnlhkgjn |
Officiell webbadress | https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn |
Beskrivning | A New Tab replacement that shows the Bookmarks. |
Filstorlek | 487 KB |
Antal Installationer | 447 |
Aktuell Version | 0.0.1.1 |
Senast Uppdaterad | 2021-07-19 |
Publiceringsdatum | 2012-10-31 |
Betyg | 4.69/5 Totalt 13 Betyg |
Utvecklare | https://sites.google.com/site/warrentteam |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/madrang/Bookmarks-New-Tab |
URL till Sekretesspolicy Sidan | https://openpd.org |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks New Tab", "version": "0.0.1.1", "description": "A New Tab replacement that shows the Bookmarks.", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "offline_enabled": true, "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "incognito": "spanning", "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "management" ], "chrome_url_overrides": { "newtab": "new_tab.html" } } |