BitBucket Notifier
A notification indicator for BitBucket
什麼是BitBucket Notifier?
BitBucket Notifier是由koddsson開發的Chrome擴展程式,該擴展的主要功能是“A notification indicator for BitBucket”。
擴展截圖
下載BitBucket Notifier擴展crx文件
下載BitBucket Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | lbaokbkjcojjceopeladiiinnooofoic |
官方網址 | https://chrome.google.com/webstore/detail/bitbucket-notifier/lbaokbkjcojjceopeladiiinnooofoic |
簡介 | A notification indicator for BitBucket |
檔案大小 | 90.86 KB |
安裝次數 | 25 |
目前版本 | 1.1 |
更新時間 | 2015-07-06 |
上架時間 | 2015-07-06 |
開發者 | koddsson |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://bitbucket.org/koddsson/bitbucket-notifier |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BitBucket Notifier", "description": "A notification indicator for BitBucket", "homepage_url": "https:\/\/bitbucket.org\/koddsson\/bitbucket-notifier", "manifest_version": 2, "version": "1.1", "icons": { "16": "img\/bitbucket-16.png", "48": "img\/bitbucket-48.png", "128": "img\/bitbucket-128.png" }, "permissions": [ "https:\/\/bitbucket.org\/" ], "browser_action": { "default_icon": { "19": "img\/bitbucket-16.png", "38": "img\/bitbucket-38.png" } }, "background": { "scripts": [ "main.js" ] } } |