Webapps
Extension with quick links to selected websites.
什么是Webapps?
Webapps是由martenicijuliart开发的Chrome扩展程序,该扩展的主要功能是“Extension with quick links to selected websites.”。
扩展截图
下载Webapps扩展crx文件
下载Webapps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick links to popular websites. Rearrange the icons in the order you like. Just press the icon, drag it to the new location and drop it. All product names, logos, and brands are property of their respective owners. All copyrights belong to their respective owners.
扩展基本信息
名称 | Webapps |
ID | fifipfjcpdakpdomdhekagpcngdblbba |
官方URL | https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba |
简介 | Extension with quick links to selected websites. |
文件大小 | 198 KB |
安装次数 | 8,025 |
当前版本 | 1.4 |
更新时间 | 2018-11-28 |
上架时间 | 2018-11-27 |
评分 | 3.85/5 共246次评分 |
开发者 | martenicijuliart |
付费类型 | free |
扩展官网 | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
帮助页面URL | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "1.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |