3D Insider Redirect to Website
This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button
什么是3D Insider Redirect to Website?
3D Insider Redirect to Website是由http://3dinsider.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button”。
扩展截图
下载3D Insider Redirect to Website扩展crx文件
下载3D Insider Redirect to Website扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin was made for fans of 3dinsider.com. It allows you to visit the site with the click of button. 3D Insider is a site dedicated to people who love 3D printers and drones. We have the latest news and reviews for you to read. The plugin has a button to click that will redirect you to the homepage of the site. We do not collect any information from you. Thank you for being a fan! 3D Insider
扩展基本信息
名称 | |
ID | fieeebplngjmhombefjichabngoandfg |
官方URL | https://chrome.google.com/webstore/detail/3d-insider-redirect-to-we/fieeebplngjmhombefjichabngoandfg |
简介 | This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button |
文件大小 | 25.16 KB |
安装次数 | 11 |
当前版本 | 1.2 |
更新时间 | 2017-09-11 |
上架时间 | 2017-09-11 |
评分 | 5.00/5 共2次评分 |
开发者 | http://3dinsider.com |
付费类型 | free |
扩展官网 | http://3dinsider.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3D Insider Redirect to Website", "description": "This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |