New Tab Blank Black Page
New Tab opens with a blank black page
New Tab Blank Black Pageとは何ですか?
New Tab Blank Black PageはApplin Devlinによって開発されたChromeの拡張機能で、その主な機能は「New Tab opens with a blank black page」です。
拡張機能のスクリーンショット
New Tab Blank Black Page拡張機能のCRXファイルをダウンロード
New Tab Blank Black Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make your New Tab a simple Blank Black Page :) If you like a New Tab to open quickly and contain nothing this is the Extension for you. Get rid of the default Chrome New Tab and it's slow-loading privacy-pooping "Recently Opened Websites" icons. Why did I write this Extension? Because I don't like the default Chrome New Tab, and most importantly I want my New Tabs to simply be a blank black page. So here it is! As Eric S. Raymond said "Every good work of software starts by scratching a developer's personal itch." You may also be interested in my "New Tab Custom Colour Blank Page" Chrome Extension which allows you to choose the background colour, available here: https://chrome.google.com/webstore/detail/new-tab-custom-colour-bla/alpbidclbcicajijnlgcchmkkbbknokl Enjoy! Alan
拡張機能の基本情報
名前 | New Tab Blank Black Page |
ID | ijmmakaohfkpngajfinbgcbbnbfhleoo |
公式URL | https://chromewebstore.google.com/detail/new-tab-blank-black-page/ijmmakaohfkpngajfinbgcbbnbfhleoo |
説明 | New Tab opens with a blank black page |
ファイルサイズ | 8.58 KB |
インストール数 | 489 |
現在のバージョン | 0.2 |
最終更新日 | 2023-01-02 |
公開日 | 2018-07-15 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | Applin Devlin |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | http://www.alancowap.com/appsprivacypolicy/ |
プライバシーポリシーページのURL | http://www.alancowap.com/appsprivacypolicy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "New Tab Blank Black Page", "version": "0.2", "description": "New Tab opens with a blank black page", "author": "Alan Cowap", "icons": { "16": "images\/NewTab_Screenshot_Corner_16x16.png", "32": "images\/NewTab_Screenshot_Corner_32x32.png", "48": "images\/NewTab_Screenshot_Corner_48x48.png", "128": "images\/NewTab_Screenshot_Corner_128x128.png" }, "chrome_url_overrides": { "newtab": "alBlank.html" }, "offline_enabled": true, "short_name": "NewTab Black" } |