Seamless
Fix the Chrome tabs mess
Seamless क्या है?
Seamless https://seamlessbrowser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix the Chrome tabs mess"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Seamless एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Frustrated with the amount of tabs you have open?
Safely close the tabs that are not needed now
Restore from the cloud later
Browse like normal,
everything is saved automatically
More info at https://seamlessbrowser.com एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | lfpmphbkdblmjiacldmnnnohplomklch |
| आधिकारिक URL | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
| विवरण | Fix the Chrome tabs mess |
| फ़ाइल का आकार | 2.96 MB |
| स्थापना संख्या | 23 |
| वर्तमान संस्करण | 2.0.0.2 |
| अंतिम अपडेट | 2020-12-21 |
| प्रकाशन तिथि | 2020-07-06 |
| डेवलपर | https://seamlessbrowser.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://seamlessbrowser.com |
| सहायता पृष्ठ URL | https://seamlessbrowser.com/review |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Seamless",
"version": "2.0.0.2",
"description": "Fix the Chrome tabs mess",
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background.bundle.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/seamless16.png",
"32": "images\/seamless32.png",
"48": "images\/seamless48.png",
"128": "images\/seamless128.png"
},
"default_title": "Seamless"
},
"icons": {
"16": "images\/seamless16.png",
"32": "images\/seamless32.png",
"48": "images\/seamless48.png",
"128": "images\/seamless128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+S"
}
},
"select-session-down": {
"suggested_key": {
"default": "Ctrl+Shift+Down"
},
"description": "select session: down"
},
"select-session-up": {
"suggested_key": {
"default": "Ctrl+Shift+Up"
},
"description": "select session: up"
},
"select-session-select": {
"suggested_key": {
"default": "Ctrl+Shift+Right"
},
"description": "select session: select"
}
},
"manifest_version": 2
} | |