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.”。

擴展截圖

screenshot
screenshot

下載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 you're never lonely on wikipedia
ID mifpgcnccpdmgooakbdgbbgkjnlhfhcg
官方網址 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
電子郵箱 [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"
    }
}