Gibbon Tabs

Gibbon Tabs

Gibbon Tabs क्या है?

Gibbon Tabs macadev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gibbon Tabs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gibbon Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tired of searching for that one page among your dozens of open tabs? Suffer no longer! With Gibbon Tabs you will find tabs in the blink of an eye!

For simple instructions on how to use Gibbon Tabs please visit our Github page (it's a lot prettier than this ugly Chrome store page): https://github.com/macadev/Gibbon-Tabs 

- Features:

+ Tab Management

- Search and jump to tabs by title or URL, across all your windows.
- Quickly delete tabs while being able to see their title and URL.
- Keyboard shortcuts for navigation and tab deletion will make you very fast.

+ Save Tabs For Later

- Tab Snapshots let you save all your open tabs so you can close them and open them later.
- Snapshots are synchronized across all your devices running Chrome and Gibbon Tabs!
- Take a snapshot of...
  - The internal sites you open at work every morning!
  - All the websites you use to procrastinate. Waste lots of time more effectively!

[IMPORTANT] For best use of this extension It's really important that you assign it a keyboard shortcut so you can access it quickly. Our Github page has instructions on how to do this: https://github.com/macadev/Gibbon-Tabs 

Thanks for checking this out!                    

एक्सटेंशन की मूल जानकारी

नाम Gibbon Tabs Gibbon Tabs
ID bmkakdcikgcicahfkmcehpbhidhccfld
आधिकारिक URL https://chromewebstore.google.com/detail/gibbon-tabs/bmkakdcikgcicahfkmcehpbhidhccfld
विवरण Gibbon Tabs
फ़ाइल का आकार 581 KB
स्थापना संख्या 270
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2020-07-27
प्रकाशन तिथि 2018-07-10
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर macadev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/macadev/Gibbon-Tabs
सहायता पृष्ठ URL https://github.com/macadev/Gibbon-Tabs
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gibbon Tabs",
    "author": "Daniel Macario",
    "version": "2.0.0",
    "description": "Gibbon Tabs",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}