This website works better with JavaScript.
首頁
探索
說明
登入
kyle
/
quad
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fixed my mistake that stopped chrome from saving settings
dev
Kyle
2 年之前
父節點
4796f30d5f
當前提交
df08ebbefe
共有
2 個文件被更改
,包括
9 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
manifest.json
+8
-0
notes.txt
+ 1
- 1
manifest.json
查看文件
@ -1,7 +1,7 @@
{
"name"
:
"Quad - New Tab"
,
"short_name"
:
"Quad"
,
"version"
:
"1.0.
3
"
,
"version"
:
"1.0.
4
"
,
"manifest_version"
:
2
,
"description"
:
"A minimal New Tab page"
,
"author"
:
"Kyle Mitchell"
,
+ 8
- 0
notes.txt
查看文件
@ -0,0 +1,8 @@
Chrome:
use "chrome.storage" in place of "browser.storage" (default) in files:
js/home.js
js/options.js
remove cobe block in manifest.json:
"chrome_settings_overrides" : {
"homepage": "index.html"
},
Write
Preview
Loading…
取消
儲存