Magic tabs

Extension which help you to manage tabs and easly recover them

Vad är Magic tabs?

Magic tabs är en Chrome-tillägg utvecklad av Yorki, och dess huvudfunktion är "Extension which help you to manage tabs and easly recover them".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Magic tabs-förlängningens CRX-fil

Ladda ner Magic tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Magic tabs allow you to save tabs, label them and recover later!                    

Grundläggande Information om Tillägg

Namn Magic tabs Magic tabs
ID chliaibldakdhjaimgjpabheepadccfm
Officiell webbadress https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm
Beskrivning Extension which help you to manage tabs and easly recover them
Filstorlek 649 KB
Antal Installationer 24
Aktuell Version 1.0.1
Senast Uppdaterad 2015-12-16
Publiceringsdatum 2015-12-16
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Yorki
E-post [email protected]
Betalningssätt free
Stödda Språk pl
manifest.json
{
    "manifest_version": 2,
    "background": {
        "scripts": [
            "library\/jquery.min.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [],
    "description": "Extension which help you to manage tabs and easly recover them",
    "icons": {
        "128": "images\/logo.png",
        "48": "images\/48.png"
    },
    "name": "Magic tabs",
    "permissions": [
        "tabs",
        "storage",
        "sessions"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": []
}