New Tab Custom URL
New Tab Custom URL changes the default URL of a newly opened tab in chrome :o
Vad är New Tab Custom URL?
New Tab Custom URL är en Chrome-tillägg utvecklad av https://jakegines.in, och dess huvudfunktion är "New Tab Custom URL changes the default URL of a newly opened tab in chrome :o".
Tilläggsskärmbilder
Ladda ner New Tab Custom URL-förlängningens CRX-fil
Ladda ner New Tab Custom URL-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
Chrome does not allow the user to customize the landing page upon opening a new tab. Today, that changes - with New Tab Custom URL! This extension allows the user to seamlessly change the default URL of newly opened chrome tab to a website or a local file.
Grundläggande Information om Tillägg
Namn | New Tab Custom URL |
ID | pknneknjkcgapofljjfppcdackmcmnba |
Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-custom-url/pknneknjkcgapofljjfppcdackmcmnba |
Beskrivning | New Tab Custom URL changes the default URL of a newly opened tab in chrome :o |
Filstorlek | 9.73 KB |
Antal Installationer | 50 |
Aktuell Version | 0.0.0.2 |
Senast Uppdaterad | 2021-12-25 |
Publiceringsdatum | 2021-12-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://jakegines.in |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://jakegines.in/archive/New_Tab_Custom_URL |
URL till Sekretesspolicy Sidan | https://jakegines.in/privacy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Custom URL", "version": "0.0.0.2", "manifest_version": 2, "description": "New Tab Custom URL changes the default URL of a newly opened tab in chrome :o", "icons": { "64": "logo.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "New-Tab-Custom-URL" }, "content_scripts": [ { "matches": [ " |