PageOptimus - website speed optimizer
Website speed and performance optimization tool
什麼是PageOptimus - website speed optimizer?
PageOptimus - website speed optimizer是由https://pageoptimus.com開發的Chrome擴展程式,該擴展的主要功能是“Website speed and performance optimization tool”。
擴展截圖
下載PageOptimus - website speed optimizer擴展crx文件
下載PageOptimus - website speed optimizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
PageOptimus allows you to analyze and performance of any web page. A number of tools will help you to fix the problems with performance within a couple of seconds. 擴展基本資訊
| 名稱 | |
| ID | acfkledaichkaimkfcnbkipemjbbaeke |
| 官方網址 | https://chromewebstore.google.com/detail/pageoptimus-website-speed/acfkledaichkaimkfcnbkipemjbbaeke |
| 簡介 | Website speed and performance optimization tool |
| 檔案大小 | 1.37 MB |
| 安裝次數 | 301 |
| 目前版本 | 0.2.1 |
| 更新時間 | 2024-02-22 |
| 上架時間 | 2021-04-25 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | https://pageoptimus.com |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://pageoptimus.com |
| 隱私政策頁面URL | https://pageoptimus.com/pages/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.2.1",
"default_locale": "en",
"icons": {
"16": "img\/Icon-16.png",
"19": "img\/Icon-19.png",
"32": "img\/Icon-32.png",
"48": "img\/Icon-48.png",
"64": "img\/Icon-64.png",
"128": "img\/Icon-128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"16": "img\/Icon-16.png",
"19": "img\/Icon-19.png",
"32": "img\/Icon-32.png",
"48": "img\/Icon-48.png",
"64": "img\/Icon-64.png",
"128": "img\/Icon-128.png"
},
"default_title": "__MSG_popupTitle__",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/content.css",
"css\/lib\/tippy.css"
],
"run_at": "document_idle"
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content\/track-resources.js"
],
"run_at": "document_start"
},
{
"matches": [
"http:\/\/localhost:8080\/ru\/pages\/oplata-zavershena",
"http:\/\/localhost:8080\/pages\/transaction-completed",
"http:\/\/localhost:8080\/en\/pages\/transaction-completed",
"http:\/\/pageoptimus.com\/ru\/pages\/oplata-zavershena",
"https:\/\/pageoptimus.com\/ru\/pages\/oplata-zavershena",
"http:\/\/pageoptimus.com\/pages\/transaction-completed",
"https:\/\/pageoptimus.com\/pages\/transaction-completed",
"http:\/\/pageoptimus.com\/en\/pages\/transaction-completed",
"https:\/\/pageoptimus.com\/en\/pages\/transaction-completed"
],
"js": [
"js\/check-balance.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"img\/shared\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"webRequest",
"downloads",
"browsingData"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |