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/
擴展基本資訊
名稱 | Start! 2 |
ID | kmpdihgkoocjnalpalbomgfmheaooclo |
官方網址 | 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'" } |