Random New Tab
Loads one random page out of a custom list each time you click New Tab.
什麼是Random New Tab?
Random New Tab是由Jesse Hufstetler開發的Chrome擴展程式,該擴展的主要功能是“Loads one random page out of a custom list each time you click New Tab.”。
擴展截圖
下載Random New Tab擴展crx文件
下載Random New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension syncs between signed-in browsers. You can enter either URLs or messages that you want to be displayed. Probability is simple: if you increase the probability to five, it's as if you added the item to the list five times. There's also a notes column that's helpful for identifying cryptic URLs.
擴展基本資訊
名稱 | Random New Tab |
ID | kfbabalfihbphpikodohlmklhlialhhh |
官方網址 | https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh |
簡介 | Loads one random page out of a custom list each time you click New Tab. |
檔案大小 | 208 KB |
安裝次數 | 163 |
目前版本 | 1.1.0.0 |
更新時間 | 2021-04-04 |
上架時間 | 2018-12-04 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Jesse Hufstetler |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Loads one random page out of a custom list each time you click New Tab.", "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png", "128": "favicon128.png" }, "browser_action": [], "manifest_version": 2, "name": "Random New Tab", "options_page": "options.html", "permissions": [ "storage" ], "version": "1.1.0.0" } |