Reload All Tabs
Reload all tabas
Qu'est-ce que Reload All Tabs ?
Reload All Tabs est une extension Chrome développée par https://studiobinghuan.blogspot.com, et sa fonction principale est "Reload all tabas".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reload All Tabs
Téléchargez les fichiers d'extension Reload All Tabs 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
This browser extension provide a function to let user refresh all tabs, for example: There is a website, and you want to preview the content before downloading. So, you open items by tabs, and preview it first. Next, you want to download it, but there is a notification said: you should login first. After login this website, you always need to reload all page to get permission to download. Now, you can just use this browser extension to reload all tabs with login status. My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard or http://bhtalk.blogspot.tw/
Informations de Base sur l'Extension
Nom | Reload All Tabs |
ID | kckchgndelncbndagologlincadijebb |
URL Officiel | https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb |
Description | Reload all tabas |
Taille du Fichier | 1.1 MB |
Nombre d'Installations | 98 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2014-12-02 |
Date de Publication | 2014-12-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://studiobinghuan.blogspot.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://studiobinghuan.blogspot.tw/?view=flipcard |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "Reload all tabas", "version": "1.0.0", "permissions": [ "tabs" ], "background": { "page": "data\/background.html" }, "browser_action": { "default_icon": { "19": "Icon-19.png", "38": "Icon-38.png" } }, "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "128": "Icon-128.png" } } |