Cute Tab Home Page
This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
Vad är Cute Tab Home Page?
Cute Tab Home Page är en Chrome-tillägg utvecklad av http://cute-tab.com, och dess huvudfunktion är "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".
Tilläggsskärmbilder
Ladda ner Cute Tab Home Page-förlängningens CRX-fil
Ladda ner Cute Tab Home 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
I love cute things and I love it even more on my New Tab! amazing background shots of cute puppies and short cut to popular sites, update on cute things from social network and more
Grundläggande Information om Tillägg
Namn | |
ID | ejiikjonepaadgcbnhdeklpjilegpgpe |
Officiell webbadress | https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe |
Beskrivning | This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more |
Filstorlek | 41.28 KB |
Antal Installationer | 73 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-01-18 |
Publiceringsdatum | 2018-01-18 |
Utvecklare | http://cute-tab.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.cute-tab.com |
Hjälpsida URL | http://cute-tab.com/about/index.html |
URL till Sekretesspolicy Sidan | http://citypage.today/about/privacy.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cute Tab Home Page", "description": "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more", "version": "1.1", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "cute-tab.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "optional_permissions": [ "management" ], "browser_action": { "default_title": "Cute Tab Home Page", "default_icon": "img\/icon16.png" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |