Best Apps Extension
Best Apps Extension
什么是Best Apps Extension?
Best Apps Extension是由https://www.chromeosapps.org开发的Chrome扩展程序,该扩展的主要功能是“Best Apps Extension”。
扩展截图
下载Best Apps Extension扩展crx文件
下载Best Apps Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension complements the Best Apps Collection of Apps. Automatically the icon changes to notify you when the Best Apps report is updated. Thanks for your patronage. Please comment or provide a favorable review if you find our work helpful.
扩展基本信息
名称 | Best Apps Extension |
ID | gellklljnmmkphmlmdljaoejofjkcjol |
官方URL | https://chromewebstore.google.com/detail/best-apps-extension/gellklljnmmkphmlmdljaoejofjkcjol |
简介 | Best Apps Extension |
文件大小 | 74.85 KB |
安装次数 | 59 |
当前版本 | 1.1.9 |
更新时间 | 2013-06-19 |
上架时间 | 2013-06-19 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.chromeosapps.org |
付费类型 | free |
扩展官网 | http://www.chromeosapps.org |
帮助页面URL | http://www.chromeosapps.org |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Best Apps Extension", "version": "1.1.9", "manifest_version": 2, "icons": { "128": "img\/icon_128color.png" }, "description": "Best Apps Extension", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_title": "Best Apps Extension", "default_icon": "img\/samlbw.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/www.chromeosapps.org\/*", "management" ] } |