Buster
Generate a new 'busted' link
什麼是Buster?
Buster是由Jim Farrugia開發的Chrome擴展程式,該擴展的主要功能是“Generate a new 'busted' link”。
擴展截圖
下載Buster擴展crx文件
下載Buster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds or updates the value of the "busted" URL query parameter.
Simply open the popup and click the button to generate a new "busted" link. 擴展基本資訊
| 名稱 | |
| ID | hecncknibnmjplflipbjpikmajllbeci |
| 官方網址 | https://chromewebstore.google.com/detail/buster/hecncknibnmjplflipbjpikmajllbeci |
| 簡介 | Generate a new 'busted' link |
| 檔案大小 | 12.56 KB |
| 安裝次數 | 194 |
| 目前版本 | 1.0 |
| 更新時間 | 2020-03-02 |
| 上架時間 | 2020-03-02 |
| 開發者 | Jim Farrugia |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Buster",
"description": "Generate a new 'busted' link",
"version": "1.0",
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |