Backup and Restore Tabs
Backup all opened urls, and restore them next time.
Backup and Restore Tabs क्या है?
Backup and Restore Tabs TheLostRiver द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Backup all opened urls, and restore them next time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Backup and Restore Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension software helps you backup all your opened tabs, and restore them at any time you need. This extension software will also record last closed window, and all windows and tabs that not closed normally.
एक्सटेंशन की मूल जानकारी
नाम | Backup and Restore Tabs |
ID | clcofnmpilgeamkhcngjhkgdniidpnhn |
आधिकारिक URL | https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn |
विवरण | Backup all opened urls, and restore them next time. |
फ़ाइल का आकार | 81.16 KB |
स्थापना संख्या | 666 |
वर्तमान संस्करण | 1.1.0.4 |
अंतिम अपडेट | 2014-10-03 |
प्रकाशन तिथि | 2014-10-03 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | TheLostRiver |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backup and Restore Tabs", "description": "Backup all opened urls, and restore them next time.", "version": "1.1.0.4", "manifest_version": 2, "icons": { "128": "img\/logo.128.png", "48": "img\/logo.48.png", "16": "img\/logo.16.png" }, "browser_action": { "default_icon": "img\/logo.48.png", "default_title": "backup and restore tabs", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "bkgd\/Storage.js", "bkgd\/WindowTabUtils.js", "bkgd\/Section.js", "bkgd\/SavedWindowsSection.js", "bkgd\/LastClosedWindowTabsSection.js", "bkgd\/NotClosedWindowsSection.js", "bkgd\/Background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } |