无用主意标签页
在新标签页展示一个无用的主意
Wat is 无用主意标签页?
无用主意标签页 is een Chrome-extensie ontwikkeld door Steve Sun, en de belangrijkste functie is "在新标签页展示一个无用的主意".
Extensie Screenshots
Download het CRX-bestand van de extensie 无用主意标签页
Download 无用主意标签页-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A new tab extension which displays ideas in new tab page. 一个用 useless ideas API 制作的新标签页,每次打开一个新标签页,同时打开一个灵感。
Basisinformatie over de Extensie
Naam | 无用主意标签页 |
ID | lieiofhdejclfpflofeooilpeaphlcgd |
Officiële 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 |
Beschrijving | 在新标签页展示一个无用的主意 |
Bestandsgrootte | 491 KB |
Aantal Installaties | 61 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-07-30 |
Publicatiedatum | 2020-10-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Steve Sun |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://q24.io/useless |
Help Pagina-URL | https://q24.io/useless |
Ondersteunde Talen | 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": [] } ] } |