URL Monster
URL Monster Remake with Vue.js
Qu'est-ce que URL Monster ?
URL Monster est une extension Chrome développée par chienwen, et sa fonction principale est "URL Monster Remake with Vue.js".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URL Monster
Téléchargez les fichiers d'extension URL Monster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
URL Monster can help you edit URL: 1. List scheme/host/port/path/queries/fragment of the current URL as separate components 2. Create/edit/delete/decode/encode/copy components 3. Rebuild the full URL and apply to current/new tab Change log: * version 2.1.0 - fix query typing issue * version 2.0.0 - remake with Vue.js * version 1.1 - add viewport meta for mobile devices * version 1.0 - initial version
Informations de Base sur l'Extension
Nom | URL Monster |
ID | beabfimakokhfnnkabnjdelbkgaobhjh |
URL Officiel | https://chromewebstore.google.com/detail/url-monster/beabfimakokhfnnkabnjdelbkgaobhjh |
Description | URL Monster Remake with Vue.js |
Taille du Fichier | 86.37 KB |
Nombre d'Installations | 112 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2020-08-12 |
Date de Publication | 2015-05-06 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | chienwen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Monster", "description": "URL Monster Remake with Vue.js", "version": "2.1.0", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "URL Monster", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |