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
擴展基本資訊
名稱 | URL Auto Splicer |
ID | kmlnjaeipdljbegfnfofknfaeojgojgm |
官方網址 | 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 } |