Pong
Play pong easily any time with the pong chrome extension!
什麼是Pong?
Pong是由tophatcomix開發的Chrome擴展程式,該擴展的主要功能是“Play pong easily any time with the pong chrome extension!”。
擴展截圖
下載Pong擴展crx文件
下載Pong擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Play pong easily at any time!
擴展基本資訊
名稱 | |
ID | glfjahkeilohfakpdppchhdiliokbinb |
官方網址 | https://chrome.google.com/webstore/detail/pong/glfjahkeilohfakpdppchhdiliokbinb |
簡介 | Play pong easily any time with the pong chrome extension! |
檔案大小 | 5.52 KB |
安裝次數 | 20,000 |
目前版本 | 1.0 |
更新時間 | 2019-02-07 |
上架時間 | 2019-02-07 |
評分 | 2.33/5 共 15 次評分 |
開發者 | tophatcomix |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pong", "description": "Play pong easily any time with the pong chrome extension!", "version": "1.0", "icons": { "16": "pong16.png", "48": "pong48.png", "128": "pong128.png" }, "browser_action": { "default_icon": "pong16.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |