MiniTab
Open URLs inside the MiniTab popup
Qu'est-ce que MiniTab ?
MiniTab est une extension Chrome développée par shani, et sa fonction principale est "Open URLs inside the MiniTab popup".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MiniTab
Téléchargez les fichiers d'extension MiniTab 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
With MiniTab you can surf in websites while waiting for other web-pages to load. Currently, you may experience some problems while using this extension since this is the very first version of it and not all websites are supported due to the "X-Frame-Options" error. YouTube is now supported so you can watch ALL youtube videos from the extension. Have fun using it! The Author.
Informations de Base sur l'Extension
Nom | MiniTab |
ID | gdnlglgcfncfaodmhhgdhddfnnebddee |
URL Officiel | https://chromewebstore.google.com/detail/minitab/gdnlglgcfncfaodmhhgdhddfnnebddee |
Description | Open URLs inside the MiniTab popup |
Taille du Fichier | 16.84 KB |
Nombre d'Installations | 207 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-07-13 |
Date de Publication | 2016-07-13 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | shani |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MiniTab", "description": "Open URLs inside the MiniTab popup", "version": "1.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Display MiniTab", "default_icon": "MiniTabIcon.png", "default_popup": "popup.html" }, "icons": { "128": "MiniTabIcon.png", "1000": "icon1000.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |