startpage
Overrides the browsers newtab page with a custom startpage.
startpageとは何ですか?
startpageはetacarinaeaによって開発されたChromeの拡張機能で、その主な機能は「Overrides the browsers newtab page with a custom startpage.」です。
拡張機能のスクリーンショット
startpage拡張機能のCRXファイルをダウンロード
startpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly access your favourite websites whenever you open a new tab Key Features: • Easy customisation using a built-in configuration menu • Keyboard controls • Customisable search function • Export/Import function to backup your config or to use the same one on multiple devices The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).
拡張機能の基本情報
名前 | startpage |
ID | odmjpppdiaenedpilgldapgbodindjak |
公式URL | https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak |
説明 | Overrides the browsers newtab page with a custom startpage. |
ファイルサイズ | 34.26 KB |
インストール数 | 107 |
現在のバージョン | 1.11.1 |
最終更新日 | 2020-06-21 |
公開日 | 2020-06-21 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | etacarinaea |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/etacarinaea/startpage |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "startpage", "short_name": "startpage", "version": "1.11.1", "description": "Overrides the browsers newtab page with a custom startpage.", "author": "etacarinaea", "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png", "192": "img\/icon192.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/browser-polyfill.js", "js\/update.js", "js\/update-config.js" ] }, "permissions": [ "storage" ] } |