Start! 2
A new start page for all your start paging needs.
Start! 2とは何ですか?
Start! 2はhttps://ilkkah.comによって開発されたChromeの拡張機能で、その主な機能は「A new start page for all your start paging needs.」です。
拡張機能のスクリーンショット
Start! 2拡張機能のCRXファイルをダウンロード
Start! 2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Start! 2 is a new version of Start!
Features:
- Automatic logo fetching
- Automatic background images from Flickr, a new background updates periodically
- A nice bookmarks browser
Support: http://ilkkah.com/2017/03/01/start-2/ 拡張機能の基本情報
| 名前 | |
| ID | kmpdihgkoocjnalpalbomgfmheaooclo |
| 公式URL | https://chromewebstore.google.com/detail/start-2/kmpdihgkoocjnalpalbomgfmheaooclo |
| 説明 | A new start page for all your start paging needs. |
| ファイルサイズ | 124 KB |
| インストール数 | 81 |
| 現在のバージョン | 1.1.8 |
| 最終更新日 | 2017-04-01 |
| 公開日 | 2017-03-31 |
| 評価 | 4.33/5 合計 6 レビュー |
| 開発者 | https://ilkkah.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://ilkkah.com/2017/03/01/start-2/ |
| ヘルプページのURL | http://ilkkah.com/2017/03/01/start-2/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Start! 2",
"version": "1.1.8",
"manifest_version": 2,
"description": "A new start page for all your start paging needs.",
"icons": {
"16": "stuff\/1276754433_media-playback-start.png",
"32": "stuff\/1276754432_media-playback-start.png",
"48": "stuff\/start-icon-48.png",
"128": "stuff\/start-icon-128.png"
},
"chrome_url_overrides": {
"newtab": "browse.html"
},
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"chrome:\/\/favicon\/",
"bookmarks",
"tabs",
"management"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.flickr.com; object-src 'self'"
} | |