无用主意标签页
在新标签页展示一个无用的主意
What is 无用主意标签页?
无用主意标签页 is a Chrome extension developed by Steve Sun, and its main feature is "在新标签页展示一个无用的主意".
Extension Screenshots
Download 无用主意标签页 Extension CRX File
Download 无用主意标签页 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
A new tab extension which displays ideas in new tab page. 一个用 useless ideas API 制作的新标签页,每次打开一个新标签页,同时打开一个灵感。
Extension Basic Information
Name | 无用主意标签页 |
ID | lieiofhdejclfpflofeooilpeaphlcgd |
Official URL | https://chromewebstore.google.com/detail/%E6%97%A0%E7%94%A8%E4%B8%BB%E6%84%8F%E6%A0%87%E7%AD%BE%E9%A1%B5/lieiofhdejclfpflofeooilpeaphlcgd |
Description | 在新标签页展示一个无用的主意 |
File Size | 491 KB |
Installation Count | 61 |
Current Version | 1.2 |
Last Updated | 2022-07-30 |
Publish Date | 2020-10-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Steve Sun |
[email protected] | |
Payment Type | free |
Extension Website | https://q24.io/useless |
Help Page URL | https://q24.io/useless |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u5728\u65b0\u6807\u7b7e\u9875\u5c55\u793a\u4e00\u4e2a\u65e0\u7528\u7684\u4e3b\u610f", "version": "1.2", "manifest_version": 3, "name": "\u65e0\u7528\u4e3b\u610f\u6807\u7b7e\u9875", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "clipboardWrite" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "cyber-pigeon.png" ], "matches": [] } ] } |