Open link on new tab
Drag link to right/left by right key. by Liao.
Qu'est-ce que Open link on new tab ?
Open link on new tab est une extension Chrome développée par Liao, et sa fonction principale est "Drag link to right/left by right key. by Liao.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open link on new tab
Téléchargez les fichiers d'extension Open link on new tab 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
Drag link to right = Open on new tab and show up Drag link to left = Open on new tab in background Taiwan No. 1
Informations de Base sur l'Extension
Nom | Open link on new tab |
ID | fadioakbapkbkelmieaohfmheffakcha |
URL Officiel | https://chromewebstore.google.com/detail/open-link-on-new-tab/fadioakbapkbkelmieaohfmheffakcha |
Description | Drag link to right/left by right key. by Liao. |
Taille du Fichier | 1.39 MB |
Nombre d'Installations | 48 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-07-17 |
Date de Publication | 2020-07-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Liao |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link on new tab", "version": "1.0.0", "manifest_version": 2, "description": "Drag link to right\/left by right key. by Liao.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |