Dial Up
Boop beep bop beep boop bop beep boop ppprrrrrrrttttttt prrt eet prtt eeeeeeeeeeeeeee prrrrrrrrrrrrrrrtttt grrrr wee ooo wee ooo wee
Dial Upとは何ですか?
Dial Upはken frederickによって開発されたChromeの拡張機能で、その主な機能は「Boop beep bop beep boop bop beep boop ppprrrrrrrttttttt prrt eet prtt eeeeeeeeeeeeeee prrrrrrrrrrrrrrrtttt grrrr wee ooo wee ooo wee」です。
拡張機能のスクリーンショット
Dial Up拡張機能のCRXファイルをダウンロード
Dial Up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | fkgncpkpmfcbbpbhlbpdaahlpikbfmgf |
公式URL | https://chrome.google.com/webstore/detail/dial-up/fkgncpkpmfcbbpbhlbpdaahlpikbfmgf |
説明 | Boop beep bop beep boop bop beep boop ppprrrrrrrttttttt prrt eet prtt eeeeeeeeeeeeeee prrrrrrrrrrrrrrrtttt grrrr wee ooo wee ooo wee |
ファイルサイズ | 447 KB |
インストール数 | 30 |
現在のバージョン | 0.2.1 |
最終更新日 | 2017-06-24 |
公開日 | 2017-06-24 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | ken frederick |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://en.wikipedia.org/wiki/Dial-up_Internet_access |
ヘルプページのURL | https://en.wikipedia.org/wiki/Dial-up_Internet_access |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.2.1", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "author": "Ken Frederick", "background": { "persistent": true, "scripts": [ "app\/background.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "offline_enabled": true, "permissions": [ "tabs" ] } |