URL Auto Splicer
Redirect you to self-constructed URL instantly with context selection
什么是URL Auto Splicer?
URL Auto Splicer是由crispgm开发的Chrome扩展程序,该扩展的主要功能是“Redirect you to self-constructed URL instantly with context selection”。
扩展截图
下载URL Auto Splicer扩展crx文件
下载URL Auto Splicer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
URLAutoSplicer is a simple Chrome Extension, which redirects you to self-constructed URL instantly with context selection.
It is now in beta! You may report issues in https://github.com/URLAutoRedirector/URLAutoSplicer/issues 扩展基本信息
| 名称 | |
| ID | kmlnjaeipdljbegfnfofknfaeojgojgm |
| 官方URL | https://chromewebstore.google.com/detail/url-auto-splicer/kmlnjaeipdljbegfnfofknfaeojgojgm |
| 简介 | Redirect you to self-constructed URL instantly with context selection |
| 文件大小 | 62.81 KB |
| 安装次数 | 33 |
| 当前版本 | 1.0.0 beta2 |
| 更新时间 | 2017-10-21 |
| 上架时间 | 2017-10-20 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | crispgm |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://urlautoredirector.github.io/URLAutoSplicer/ |
| 帮助页面URL | https://github.com/URLAutoRedirector/URLAutoSplicer/issues |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "URL Auto Splicer",
"short_name": "URLAutoSplicer",
"version": "1.0.2",
"version_name": "1.0.0 beta2",
"description": "__MSG_ext_description__",
"author": "David Zhang",
"homepage_url": "https:\/\/urlautoredirector.github.io\/URLAutoSplicer\/",
"options_page": "options.html",
"icons": {
"128": "images\/icon-128.png",
"48": "images\/icon-48.png",
"32": "images\/icon-32.png"
},
"permissions": [
"contextMenus",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
"default_locale": "en",
"manifest_version": 2
} | |