TabRecall
Store and organize your browsing sessions
TabRecall क्या है?
TabRecall ramchan5916 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store and organize your browsing sessions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabRecall एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With TabRecall you can create profiles of the pages you often visit. For example organizing them by categories e.g. your social media, email pages, video streaming sites, etc. You can reopen them by selecting the desired profile and TabRecall will bring all your saved tabs to the same or new window. Organizing your browsing sessions was never that easy until now.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jigeoabeodiakeocihgcppapnfikpaad |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad |
विवरण | Store and organize your browsing sessions |
फ़ाइल का आकार | 56.58 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2016-11-04 |
प्रकाशन तिथि | 2016-11-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | ramchan5916 |
ईमेल | ramchan5916@gmail.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabRecall", "description": "Store and organize your browsing sessions", "version": "0.4", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+A", "windows": "Alt+Shift+A", "mac": "Alt+Shift+A", "chromeos": "Alt+Shift+A", "linux": "Alt+Shift+A" } } }, "permissions": [ "storage", "tabs" ] } |