Cyberpunk Tab - Animated tab & to-do
Cyberpunk tab, to-do list, calendar, themes
什麼是Cyberpunk Tab - Animated tab & to-do?
Cyberpunk Tab - Animated tab & to-do是由http://extent.app開發的Chrome擴展程式,該擴展的主要功能是“Cyberpunk tab, to-do list, calendar, themes”。
擴展截圖
下載Cyberpunk Tab - Animated tab & to-do擴展crx文件
下載Cyberpunk Tab - Animated tab & to-do擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Animated road trip to night city.
擴展基本資訊
名稱 | |
ID | admhjgmehdiibblbjpglkjhfgoaaohki |
官方網址 | https://chrome.google.com/webstore/detail/cyberpunk-tab-animated-ta/admhjgmehdiibblbjpglkjhfgoaaohki |
簡介 | Cyberpunk tab, to-do list, calendar, themes |
檔案大小 | 2.24 MB |
安裝次數 | 362 |
目前版本 | 1.1.18 |
更新時間 | 2021-03-20 |
上架時間 | 2021-03-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://extent.app |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://extent.app |
說明頁面URL | https://extent.app |
隱私政策頁面URL | https://rendom.net/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cyberpunk Tab - Animated tab & to-do", "description": "Cyberpunk tab, to-do list, calendar, themes", "version": "1.1.18", "manifest_version": 2, "icons": { "128": "icons\/icon_128.png" }, "oauth2": { "client_id": "990704142214-22if29udbmflp650p2r6nmg7nh1hod79.apps.googleusercontent.com", "scopes": [ "https:\/\/apis.google.com", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "background": { "scripts": [ "background.js" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk1f8lEYSdilbz1tf0kZAc+A\/90YwxPwVf+Wmu9XOOkenjtcVdRrxjQlEIsCuRvPmoYfHmjZl7I84PAqOA0q9ZvZJkzFgYg6TIXpORGklqQ2ojR8+5gBZ4MtKyQGBvuqE1tdicerlqgDI4mHbksclh92q+\/njGSRMhkHPEuREitcWZugeWB8vzmPTJE1V7wyaaelJM\/7e57ZlXedjB3ffeMpPCcSNRhLArwxt2FetFxw7iETR9KLfyGPzraGEYuFPImURFcCj74YJHuELkD2VFBeu+UKlsuLQwtDuwbPX0EM\/+0ph5hrt80if9CQkrED3z\/fq1iVXD\/jWz\/\/d7+FVWwIDAQAB", "chrome_url_overrides": { "newtab": "home\/home.html" }, "browser_action": { "default_popup": "popup\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'", "permissions": [ "storage" ], "optional_permissions": [ "topSites", "identity", "bookmarks", "history", "tabs" ] } |