Simplicity
Replace new tab page with a simplistic, super, and personal new tab page.
Vad är Simplicity?
Simplicity är en Chrome-tillägg utvecklad av https://theklimts.com, och dess huvudfunktion är "Replace new tab page with a simplistic, super, and personal new tab page.".
Tilläggsskärmbilder
Ladda ner Simplicity-förlängningens CRX-fil
Ladda ner Simplicity-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
Clean, simple, and beautiful. Dynamic loads pictures via reddit for a fresh, new look every day! Grundläggande Information om Tillägg
| Namn | |
| ID | mpmdaplfkgkaflcechbklbledmjdedli |
| Officiell webbadress | https://chromewebstore.google.com/detail/simplicity/mpmdaplfkgkaflcechbklbledmjdedli |
| Beskrivning | Replace new tab page with a simplistic, super, and personal new tab page. |
| Filstorlek | 2.29 MB |
| Antal Installationer | 40 |
| Aktuell Version | 0.400 |
| Senast Uppdaterad | 2016-01-20 |
| Publiceringsdatum | 2016-01-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://theklimts.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://theklimts.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simplicity",
"short_name": "Simplicity replaces new tab page",
"description": "Replace new tab page with a simplistic, super, and personal new tab page.",
"version": "0.400",
"incognito": "split",
"offline_enabled": true,
"icons": {
"16": "16_icon.png",
"48": "48_icon.png",
"128": "128_icon.png"
},
"permissions": [
"topSites",
"chrome:\/\/favicon\/",
"management",
"tabs"
],
"chrome_url_overrides": {
"newtab": "simplicity.html"
},
"manifest_version": 2
} | |