Centuple

Display 100 Google search results on one page

什麼是Centuple?

Centuple是由https://www.seomemento.com開發的Chrome擴展程式,該擴展的主要功能是“Display 100 Google search results on one page”。

擴展截圖

下載Centuple擴展crx文件

下載Centuple擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Centuple lets you display 100 search results at once on Google in one click!                    

擴展基本資訊

名稱 Centuple Centuple
ID ligeniffdkpbbplnikaipijbdnngjmil
官方網址 https://chromewebstore.google.com/detail/centuple/ligeniffdkpbbplnikaipijbdnngjmil
簡介 Display 100 Google search results on one page
檔案大小 18.62 KB
安裝次數 145
目前版本 0.1
更新時間 2022-10-29
上架時間 2022-10-29
評分 5.00/5 共 1 次評分
開發者 https://www.seomemento.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "Centuple"
    },
    "name": "Centuple",
    "description": "Display 100 Google search results on one page",
    "homepage_url": "https:\/\/www.seomemento.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "0.1",
    "manifest_version": 3
}