Fast Duplicate Tab Closer
Extension prevents duplicate of websites by focusing on already opened tabs.
Fast Duplicate Tab Closer क्या है?
Fast Duplicate Tab Closer ChatGPT Persona Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension prevents duplicate of websites by focusing on already opened tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fast Duplicate Tab Closer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you open a tab with a website that has been already opened, the extension closes the new tab and focus on the old tab. As a result: * you don't waste time waiting for loading already opened website * you do not have similar opened tabs - it makes easier to navigate over tabs and laptop does not spend memory on keeping duplicated tabs! Ask for new features in the review section! Updates: -v0.0.8 - Decrease loading time for just opened duplicated pages (only available for Chrome Beta for now) -v0.0.7 - Change name and description of the extension -v0.0.6 - Added an option to move old tab to the new position v0.0.5 - Changed application images v0.0.4 - Added Popup and Settings page - New setting to ignore hashes in URL - New setting to change hash on old tab if new page with different hash opened v0.0.3 - Opening tabs via Ctrl+Shift+T allows to have two tabs with the same url
एक्सटेंशन की मूल जानकारी
नाम | Fast Duplicate Tab Closer |
ID | dpgkjbmiapibpdjnnoalnlkcmeepocak |
आधिकारिक URL | https://chromewebstore.google.com/detail/fast-duplicate-tab-closer/dpgkjbmiapibpdjnnoalnlkcmeepocak |
विवरण | Extension prevents duplicate of websites by focusing on already opened tabs. |
फ़ाइल का आकार | 10.53 KB |
स्थापना संख्या | 1,208 |
वर्तमान संस्करण | 0.0.8 |
अंतिम अपडेट | 2019-11-18 |
प्रकाशन तिथि | 2019-11-17 |
रेटिंग | 4.34/5 कुल 32 रेटिंग्स |
डेवलपर | ChatGPT Persona Extension |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "default_title": "__MSG_appDesc__", "default_popup": "popup\/popup.html" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn2EYgyFhgAv0D0+DzbqjIDdVb1jFtR+Lgj4S5Bv4Fxmwz8oYtriNxrUHkvIc8d7asGqi3bFVqxCNNWUBEFdpgf0kCe3Z1ooX1sZBuWlEccqPHcYvTr42Q8Lt2GD0tqvqM5XJL1dZ9FndMI8DeNWrVkIqRtw9LYvhvBtgfOfJyjJfb+Ye7QgKAO0KcLfTtcyXJvMZ8Y+E\/Ex3Xy12lzRCFoAZpuPIxS5fY3z7mof+FMkk9BlPHg\/7e24ZpqUVE\/iYosbhNOsEHnk4OPeRpwGG\/5X5FwnarRY1fenzD80TIQzIrR06tuZSFyVKnssWimI5FbmvqbURPQ9Z7Q\/5alCVewIDAQAB", "manifest_version": 2, "name": "Fast Duplicate Tab Closer", "short_name": "Fast Duplicate Tab Closer", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.8", "options_ui": { "page": "index.html", "chrome_style": true } } |