Front Page New Tab (Beta)
The Front Page of your Internet
Front Page New Tab (Beta)とは何ですか?
Front Page New Tab (Beta)はhttps://micjm.comによって開発されたChromeの拡張機能で、その主な機能は「The Front Page of your Internet」です。
拡張機能のスクリーンショット
Front Page New Tab (Beta)拡張機能のCRXファイルをダウンロード
Front Page New Tab (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Front Page New Tab grabs up-to-date links from your most visited news sites and displays them as a custom new tab page. Don’t already visit a lot of news sites? You can add as many as you’d like! Features: - Over 100 sites available for display in page - Customize background - Productivity Mode This is a Beta version, so please be aware that this may have bugs. Please contact me at [email protected] with any feedback or bug reports.
拡張機能の基本情報
名前 | Front Page New Tab (Beta) |
ID | amnefikbcildekiablkaodflbkoaobnh |
公式URL | https://chromewebstore.google.com/detail/front-page-new-tab-beta/amnefikbcildekiablkaodflbkoaobnh |
説明 | The Front Page of your Internet |
ファイルサイズ | 3.07 MB |
インストール数 | 198 |
現在のバージョン | 0.2.8 |
最終更新日 | 2016-06-12 |
公開日 | 2016-06-12 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | https://micjm.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Front Page New Tab (Beta)", "version": "0.2.8", "manifest_version": 2, "description": "The Front Page of your Internet", "icons": { "19": "images\/fp.png", "38": "images\/fp64.png", "128": "images\/fp64.png" }, "chrome_url_overrides": { "newtab": "html\/newtab.html" }, "background": { "scripts": [ "js\/background.js", "js\/jquery-1.9.1.min.js", "js\/utils.js", "js\/scrapers.js" ], "pages": [ "html\/background.html" ], "persistent": false }, "permissions": [ "topSites", "http:\/\/*\/*", "https:\/\/*\/*", "bookmarks", "history", "chrome:\/\/favicon\/*", "storage", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |