Reload All Tabs
Reload all tabas
Reload All Tabs क्या है?
Reload All Tabs https://studiobinghuan.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reload all tabas"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reload All Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | Reload All Tabs |
ID | kckchgndelncbndagologlincadijebb |
आधिकारिक URL | https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb |
विवरण | Reload all tabas |
फ़ाइल का आकार | 1.1 MB |
स्थापना संख्या | 98 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2014-12-02 |
प्रकाशन तिथि | 2014-12-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://studiobinghuan.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://studiobinghuan.blogspot.tw/?view=flipcard |
समर्थित भाषाएँ | 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" } } |