Start! 2
A new start page for all your start paging needs.
What is Start! 2?
Start! 2 is a Chrome extension developed by https://ilkkah.com, and its main feature is "A new start page for all your start paging needs.".
Extension Screenshots
Download Start! 2 Extension CRX File
Download Start! 2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Start! 2 |
ID | kmpdihgkoocjnalpalbomgfmheaooclo |
Official URL | https://chromewebstore.google.com/detail/start-2/kmpdihgkoocjnalpalbomgfmheaooclo |
Description | A new start page for all your start paging needs. |
File Size | 124 KB |
Installation Count | 81 |
Current Version | 1.1.8 |
Last Updated | 2017-04-01 |
Publish Date | 2017-03-31 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://ilkkah.com |
Payment Type | free |
Extension Website | http://ilkkah.com/2017/03/01/start-2/ |
Help Page URL | http://ilkkah.com/2017/03/01/start-2/ |
Supported Languages | 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'" } |