Narkuss
Extension de Narkuss
什么是Narkuss?
Narkuss是由http://l2p-academy.fr开发的Chrome扩展程序,该扩展的主要功能是“Extension de Narkuss”。
扩展截图
下载Narkuss扩展crx文件
下载Narkuss扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Recevez une notification lorsque Narkuss est en stream ! Accédez aux derniers articles de L2p-Academy avec un simple clique. Merci à https://twitter.com/EldefGraph pour les icones.
扩展基本信息
名称 | |
ID | ffffpnjmjhhpldmmonfgmgdklengmokp |
官方URL | https://chrome.google.com/webstore/detail/narkuss/ffffpnjmjhhpldmmonfgmgdklengmokp |
简介 | Extension de Narkuss |
文件大小 | 57.01 KB |
安装次数 | 43 |
当前版本 | 1.2.1 |
更新时间 | 2017-03-13 |
上架时间 | 2017-03-13 |
评分 | 5.00/5 共4次评分 |
开发者 | http://l2p-academy.fr |
付费类型 | free |
扩展官网 | http://l2p-academy.fr/ |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Narkuss", "description": "Extension de Narkuss", "version": "1.2.1", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_48.png", "default_popup": "popup.html", "default_title": "Narkuss" }, "background": { "scripts": [ "jquery-3.0.0.min.js", "background.js" ] }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/", "alarms", "notifications", "storage" ] } |