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 |
公式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 |
Eメール | [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 } |