Osclass Chrome Extension
Get the latest classifieds ads updates & notifications right from your browser.
什么是Osclass Chrome Extension?
Osclass Chrome Extension是由osclassapps.com开发的Chrome扩展程序,该扩展的主要功能是“Get the latest classifieds ads updates & notifications right from your browser.”。
扩展截图
下载Osclass Chrome Extension扩展crx文件
下载Osclass Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the latest classifieds ads updates & notifications right from your browser. Choose categories you're interested in, turn notifications on and off for certain categories and more. This is a demo extension for osclass, you can buy your own extension from our site http://osclassapps.com This extension will work with any osclass themes, bender, neutron etc...
扩展基本信息
名称 | Osclass Chrome Extension |
ID | dgppgdkfcogplifcnmlibblepdjngjhi |
官方URL | https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi |
简介 | Get the latest classifieds ads updates & notifications right from your browser. |
文件大小 | 123 KB |
安装次数 | 18 |
当前版本 | 1.0 |
更新时间 | 2016-12-25 |
上架时间 | 2016-12-23 |
评分 | 5.00/5 共1次评分 |
开发者 | osclassapps.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://osclassapps.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Osclass Chrome Extension", "description": "Get the latest classifieds ads updates & notifications right from your browser.", "background": { "page": "background.html" }, "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "tabs", "alarms", "notifications", "*:\/\/*\/*" ], "version": "1.0" } |