New Inspiring Tab!
Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.
New Inspiring Tab!とは何ですか?
New Inspiring Tab!はhttps://www.nuthinking.comによって開発されたChromeの拡張機能で、その主な機能は「Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.」です。
拡張機能のスクリーンショット
New Inspiring Tab!拡張機能のCRXファイルをダウンロード
New Inspiring Tab!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Why having a page loaded in your new tab? There are web pages that update frequently and that can provide an impressive amount of visual inspiration. An example is Dribbble. You could also put your Facebook but the idea is not to get too distracted to avoid the risk to forget where you wanted to go. The more visual, the better. Please report new issues here: https://github.com/nuthinking/New-Inspiring-Tab/issues
拡張機能の基本情報
名前 | New Inspiring Tab! |
ID | jljbfjieapkkmdhfngjbdjmchoknjlek |
公式URL | https://chromewebstore.google.com/detail/new-inspiring-tab/jljbfjieapkkmdhfngjbdjmchoknjlek |
説明 | Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab. |
ファイルサイズ | 10.53 KB |
インストール数 | 20 |
現在のバージョン | 1.1 |
最終更新日 | 2012-04-02 |
公開日 | 2012-04-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.nuthinking.com |
支払い方法 | free |
ヘルプページのURL | https://github.com/nuthinking/New-Inspiring-Tab |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Inspiring Tab!", "version": "1.1", "description": "Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.", "chrome_url_overrides": { "newtab": "newTab.html" }, "options_page": "options.html", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |