XING booster
Makes the work with the new XING-profiles more efficient.
什么是XING booster?
XING booster是由warokartwork开发的Chrome扩展程序,该扩展的主要功能是“Makes the work with the new XING-profiles more efficient.”。
下载XING booster扩展crx文件
下载XING booster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.
扩展基本信息
名称 | ![]() |
ID | iejhlllkkgmjodlfbgkeodhibdindmcg |
官方URL | https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg |
简介 | Makes the work with the new XING-profiles more efficient. |
文件大小 | 47.43 KB |
安装次数 | 17 |
当前版本 | 1.0.2 |
更新时间 | 2013-07-24 |
上架时间 | 2013-07-24 |
评分 | 5.00/5 共1次评分 |
开发者 | warokartwork |
付费类型 | free |
支持的语言 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XING booster", "version": "1.0.2", "manifest_version": 2, "description": "Makes the work with the new XING-profiles more efficient.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "page_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "https:\/\/www.xing.com\/", "https:\/\/www.xing.de\/" ], "web_accessible_resources": [] } |