New Tab Page Injector with Bookmarks Bar
Replaces your new tab page content with custom HTML content.
New Tab Page Injector with Bookmarks Barとは何ですか?
New Tab Page Injector with Bookmarks Barはpquiringによって開発されたChromeの拡張機能で、その主な機能は「Replaces your new tab page content with custom HTML content.」です。
拡張機能のスクリーンショット
New Tab Page Injector with Bookmarks Bar拡張機能のCRXファイルをダウンロード
New Tab Page Injector with Bookmarks Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces (injects) content on your New Tab page with a simple speed dial screen. Keeps your bookmark bar in place. Get rid of the crud on your NTP and put in something useful. You can now edit the content that gets injected from the Options. Source available at github.com/pquiring/ChromeNTPInjector
拡張機能の基本情報
名前 | |
ID | gmaihihoocaedbkbbekcajinlbkllhph |
公式URL | https://chrome.google.com/webstore/detail/new-tab-page-injector-wit/gmaihihoocaedbkbbekcajinlbkllhph |
説明 | Replaces your new tab page content with custom HTML content. |
ファイルサイズ | 133 KB |
インストール数 | 15 |
現在のバージョン | 1.6.1 |
最終更新日 | 2016-09-10 |
公開日 | 2016-09-10 |
評価 | 3.43/5 合計 7 レビュー |
開発者 | pquiring |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "author": "Peter Quiring", "content_scripts": [ { "css": [ "n.css" ], "js": [ "n.js", "default.js" ], "matches": [ "https:\/\/*\/_\/chrome\/newtab*", "*:\/\/local-ntp\/local-ntp.html" ], "run_at": "document_end" } ], "icons": { "24": "injector24.png", "128": "injector128.png" }, "name": "New Tab Page Injector with Bookmarks Bar", "short_name": "New Tab Page Injector", "description": "Replaces your new tab page content with custom HTML content.", "manifest_version": 2, "minimum_chrome_version": "29", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "storage" ], "options_page": "options.html", "web_accessible_resources": [ "amazon.ico", "facebook.ico", "gcalendar.ico", "gcontacts.ico", "gdrive.ico", "gmail.ico", "gmaps.ico", "gnews.png", "gplay.ico", "gplus.ico", "gsearch.ico", "gtranslate.ico", "hbo.ico", "netflix.ico", "pandora.ico", "spotify.ico", "wikipedia.ico", "youtube.ico", "ginbox.png", "hulu.png" ], "version": "1.6.1" } |