you're never lonely on wikipedia
see how many other people have gone down the same wikipedia rabbit hole as you.
you're never lonely on wikipediaとは何ですか?
you're never lonely on wikipediaはempowaによって開発されたChromeの拡張機能で、その主な機能は「see how many other people have gone down the same wikipedia rabbit hole as you.」です。
拡張機能のスクリーンショット
you're never lonely on wikipedia拡張機能のCRXファイルをダウンロード
you're never lonely on wikipedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you're like me, you traverse the internet alone, often going down the deepest rabbit holes seemingly solo. but you're never lonely on wikipedia. With this extension, you can see how there are other people going on these journeys with you.
拡張機能の基本情報
名前 | you're never lonely on wikipedia |
ID | mifpgcnccpdmgooakbdgbbgkjnlhfhcg |
公式URL | https://chromewebstore.google.com/detail/youre-never-lonely-on-wik/mifpgcnccpdmgooakbdgbbgkjnlhfhcg |
説明 | see how many other people have gone down the same wikipedia rabbit hole as you. |
ファイルサイズ | 47.31 KB |
インストール数 | 93 |
現在のバージョン | 1.1 |
最終更新日 | 2023-08-28 |
公開日 | 2023-08-27 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | empowa |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://imempowa.com/ |
ヘルプページのURL | https://twitter.com/imempowa |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "you're never lonely on wikipedia", "version": "1.1", "description": "see how many other people have gone down the same wikipedia rabbit hole as you.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "permissions": [ "activeTab", "https:\/\/wikimedia.org\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |