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. 拡張機能の基本情報
| 名前 | |
| ID | kfbabalfihbphpikodohlmklhlialhhh |
| 公式URL | 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 |
| Eメール | [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"
} | |