Space Web Results
Web Results with space themed background.
什麼是Space Web Results?
Space Web Results是由https://happy-hours.xyz開發的Chrome擴展程式,該擴展的主要功能是“Web Results with space themed background.”。
擴展截圖
下載Space Web Results擴展crx文件
下載Space Web Results擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change your default search engine for happy-hours space theme. You can change the speed, size, number and colors of the stars.
擴展基本資訊
名稱 | Space Web Results |
ID | ldmnpfbhdhmdakfdlgfehcojocicialc |
官方網址 | https://chromewebstore.google.com/detail/space-web-results/ldmnpfbhdhmdakfdlgfehcojocicialc |
簡介 | Web Results with space themed background. |
檔案大小 | 11.85 KB |
安裝次數 | 30 |
目前版本 | 1.0.3 |
更新時間 | 2021-10-06 |
上架時間 | 2020-02-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://happy-hours.xyz |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://happy-hours.xyz/privacy.html |
支援的語言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "128": "128.png" }, "chrome_settings_overrides": { "search_provider": { "name": "Space Web Results", "keyword": "__MSG_appName__", "search_url": "https:\/\/happy-hours.xyz\/search?theme=speedl&q={searchTerms}", "favicon_url": "https:\/\/happy-hours.xyz\/bundles\/app\/img\/favicon_search_engine\/favicon-32x32.png", "encoding": "UTF-8", "is_default": true } }, "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.3" } |