GitHub Poop
Replaces the Star Button with a Poop Button
什麼是GitHub Poop?
GitHub Poop是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Replaces the Star Button with a Poop Button”。
擴展截圖
下載GitHub Poop擴展crx文件
下載GitHub Poop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | GitHub Poop |
ID | iepepilomkehfgjamhjbelhdpgmhiknk |
官方網址 | https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk |
簡介 | Replaces the Star Button with a Poop Button |
檔案大小 | 15.01 KB |
安裝次數 | 57 |
目前版本 | 1.0.1 |
更新時間 | 2017-08-10 |
上架時間 | 2017-08-10 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Stefan Buhrmester", "manifest_version": 2, "name": "GitHub Poop", "description": "Replaces the Star Button with a Poop Button", "version": "1.0.1", "browser_action": { "default_title": "GitHub Poop", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "permissions": [ "tabs", "https:\/\/github.com\/" ], "background": { "scripts": [ "scripts\/bg.js" ], "persistent": false }, "icons": { "128": "images\/icon128.png" } } |