"This Frame" Context Menu
Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
Qu'est-ce que "This Frame" Context Menu ?
"This Frame" Context Menu est une extension Chrome développée par Unknown, et sa fonction principale est "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension "This Frame" Context Menu
Téléchargez les fichiers d'extension "This Frame" Context Menu 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
Adds a "This Frame" Context Menu. This was originally published at ttps://chrome.google.com/webstore/detail/ckegihlfolljbjmbaidfnnjjhondlpho but seems to have vanished. This has been updated for manifest_version 2.
Informations de Base sur l'Extension
Nom | "This Frame" Context Menu |
ID | jceidnndfhmigdokmmehmfpibjjkmola |
URL Officiel | https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola |
Description | Adds a context menu to frames that allows opening them in a new tab, a new window, etc. |
Taille du Fichier | 4.89 KB |
Nombre d'Installations | 532 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2018-10-22 |
Date de Publication | 2018-10-22 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "description": "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.", "icons": { "16": "icon16.png" }, "name": "\"This Frame\" Context Menu", "permissions": [ "tabs", "contextMenus" ], "version": "0.4", "manifest_version": 2 } |