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 |
公式URL | 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 |
Eメール | [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" ] } |