56k Dial-Up Internet

A Dial-Up connection for Chrome

什么是56k Dial-Up Internet?

56k Dial-Up Internet是由Noob Networks开发的Chrome扩展程序,该扩展的主要功能是“A Dial-Up connection for Chrome”。

扩展截图

screenshot

下载56k Dial-Up Internet扩展crx文件

下载56k Dial-Up Internet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Relive the old day of the internet. With this extension every time you start your browser for the first time you will get to hear the unmistakable sounds of a modem dialing up and connecting to the internet over a blistering fast 56k connection.

Please Note - This extension does not actually dial up anything or send your username and password anywhere.                    

扩展基本信息

名称 56k Dial-Up Internet 56k Dial-Up Internet
ID nceknpcgniakmnkhakaaolgjdolebkak
官方URL https://chromewebstore.google.com/detail/56k-dial-up-internet/nceknpcgniakmnkhakaaolgjdolebkak
简介 A Dial-Up connection for Chrome
文件大小 132 KB
安装次数 466
当前版本 1.1
更新时间 2012-12-23
上架时间 2012-12-22
评分 3.57/5 共30次评分
开发者 Noob Networks
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "56k Dial-Up Internet",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A Dial-Up connection for Chrome",
    "icons": {
        "16": "dun-16.png",
        "48": "dun-48.png",
        "128": "dun-128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "connect.png",
        "connect.mp3"
    ]
}