Pure Newtab
A newtab with a pure customizable background.
什麼是Pure Newtab?
Pure Newtab是由钢盅郭子開發的Chrome擴展程式,該擴展的主要功能是“A newtab with a pure customizable background.”。
擴展截圖
下載Pure Newtab擴展crx文件
下載Pure Newtab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
纯新标签页,只有一个可自定义背景的新标签页。 Update 1.1 ========== Reconstruction Internationalization: EN, zh-CN, zh-TW Fork me on Github! https://github.com/WhaleWatching/pure-newtab License under GPLv2 By Edward Cheng
擴展基本資訊
名稱 | Pure Newtab |
ID | nedmebappfidkelfchchmppemdhbblph |
官方網址 | https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph |
簡介 | A newtab with a pure customizable background. |
檔案大小 | 48.84 KB |
安裝次數 | 226 |
目前版本 | 1.1 |
更新時間 | 2014-03-18 |
上架時間 | 2014-03-17 |
評分 | 4.92/5 共 12 次評分 |
開發者 | 钢盅郭子 |
付費類型 | free |
擴展官網 | https://github.com/WhaleWatching/pure-newtab |
說明頁面URL | https://github.com/WhaleWatching/pure-newtab |
支援的語言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pure Newtab", "version": "1.1", "manifest_version": 2, "description": "A newtab with a pure customizable background.", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "default_locale": "en" } |