Simplicity
Replace new tab page with a simplistic, super, and personal new tab page.
什麼是Simplicity?
Simplicity是由https://theklimts.com開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with a simplistic, super, and personal new tab page.”。
擴展截圖
下載Simplicity擴展crx文件
下載Simplicity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clean, simple, and beautiful. Dynamic loads pictures via reddit for a fresh, new look every day! 擴展基本資訊
| 名稱 | |
| ID | mpmdaplfkgkaflcechbklbledmjdedli |
| 官方網址 | https://chromewebstore.google.com/detail/simplicity/mpmdaplfkgkaflcechbklbledmjdedli |
| 簡介 | Replace new tab page with a simplistic, super, and personal new tab page. |
| 檔案大小 | 2.29 MB |
| 安裝次數 | 40 |
| 目前版本 | 0.400 |
| 更新時間 | 2016-01-20 |
| 上架時間 | 2016-01-20 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://theklimts.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://theklimts.com |
| 支援的語言 | 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
} | |