First Extension of Bluesky
My First Chrome Extension
什么是First Extension of Bluesky?
First Extension of Bluesky是由http://worthreview.com开发的Chrome扩展程序,该扩展的主要功能是“My First Chrome Extension”。
扩展截图
下载First Extension of Bluesky扩展crx文件
下载First Extension of Bluesky扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
That is my first extension. When you type your name on inbox, you will receive a quote what depends on time of day.
扩展基本信息
名称 | |
ID | koafldflhfoddjhchilnjiliohnndfij |
官方URL | https://chrome.google.com/webstore/detail/first-extension-of-bluesk/koafldflhfoddjhchilnjiliohnndfij |
简介 | My First Chrome Extension |
文件大小 | 37.09 KB |
安装次数 | 17 |
当前版本 | 1.0 |
更新时间 | 2016-08-06 |
上架时间 | 2016-08-06 |
评分 | 4.00/5 共1次评分 |
开发者 | http://worthreview.com |
付费类型 | free |
扩展官网 | http://worthreview.com |
隐私政策页面URL | http://worthreview.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "First Extension of Bluesky", "version": "1.0", "homepage_url": "http:\/\/worthreview.com", "description": "My First Chrome Extension", "browser_action": { "default_icon": "blueskylogo.ico", "popup": "myPopup.html" } } |