Newground Messages

Get a notification when you get new Private Messages on Newgrounds

什麼是Newground Messages?

Newground Messages是由daPhyre開發的Chrome擴展程式,該擴展的主要功能是“Get a notification when you get new Private Messages on Newgrounds”。

擴展截圖

screenshot

下載Newground Messages擴展crx文件

下載Newground Messages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have your new Private Messages from Newgrounds with you all the time, and as close as one click. Through the options, you can personalize your experience with this extension!                    

擴展基本資訊

名稱 Newground Messages Newground Messages
ID plcadpmndkbkhonichabpgihbmpcddad
官方網址 https://chromewebstore.google.com/detail/newground-messages/plcadpmndkbkhonichabpgihbmpcddad
簡介 Get a notification when you get new Private Messages on Newgrounds
檔案大小 36.14 KB
安裝次數 67
目前版本 2.0
更新時間 2012-08-10
上架時間 2012-08-09
評分 5.00/5 共 1 次評分
開發者 daPhyre
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Newground Messages",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Get a notification when you get new Private Messages on Newgrounds",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Newground messages",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "icon48.png"
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/www.newgrounds.com\/"
    ],
    "optional_permissions": [
        "background"
    ]
}