Set ABOUT:BLANK as NEW TAB page
Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
Vad är Set ABOUT:BLANK as NEW TAB page?
Set ABOUT:BLANK as NEW TAB page är en Chrome-tillägg utvecklad av https://puvox.software, och dess huvudfunktion är "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.".
Tilläggsskärmbilder
Ladda ner Set ABOUT:BLANK as NEW TAB page-förlängningens CRX-fil
Ladda ner Set ABOUT:BLANK as NEW TAB page-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
Use this extension to have "about:blank" as your new tab page. Grundläggande Information om Tillägg
| Namn | |
| ID | amcfcgenknhnhicjonfnclkehkpfnfjl |
| Officiell webbadress | https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl |
| Beskrivning | Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab. |
| Filstorlek | 10.81 KB |
| Antal Installationer | 72 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2021-02-01 |
| Publiceringsdatum | 2021-02-01 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://puvox.software |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://puvox.software |
| URL till Sekretesspolicy Sidan | https://puvox.software/info/privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Set ABOUT:BLANK as NEW TAB page",
"version": "1.0.1",
"manifest_version": 2,
"description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "empty.html"
}
} | |