URL Auto Splicer
Redirect you to self-constructed URL instantly with context selection
URL Auto Splicer क्या है?
URL Auto Splicer crispgm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect you to self-constructed URL instantly with context selection"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Auto Splicer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } |