Stashio [URL Saver]

Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.

Hvad er Stashio [URL Saver]?

Stashio [URL Saver] er en Chrome-udvidelse udviklet af generaleye, og dens hovedfunktion er "Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Stashio [URL Saver]-udvidelses-CRX-fil

Download Stashio [URL Saver]-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Too many tabs open in your browser?
Hello there, Stashio is here to fix that.
Save important URLs to your Stash and come back to them later.

Features:
 • Save URL of your current Tab
 • Save URLs of all Tabs in your browser
 • Manage Saved URLs in your stash
 • Stashio is synced with your Google account 

Impressed yet? :)
Please Share with your friends and don't forget to Rate it.                    

Grundlæggende oplysninger om udvidelsen

Navn Stashio [URL Saver] Stashio [URL Saver]
ID iiddbgfemncjgcakigjjcifnjkhiombp
Officiel URL https://chromewebstore.google.com/detail/stashio-url-saver/iiddbgfemncjgcakigjjcifnjkhiombp
Beskrivelse Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.
Filstørrelse 43.3 KB
Antal Installationer 443
Nuværende Version 1.0.2
Senest Opdateret 2016-12-20
Udgivelsesdato 2016-12-20
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler generaleye
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "name": "Stashio [URL Saver]",
    "short_name": "Stashio",
    "description": "Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.",
    "icons": {
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": "icons\/logo_48.png",
        "default_popup": "popup.html",
        "default_title": "Save URLs to your Stash"
    },
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "author": "generaleye ",
    "offline_enabled": true
}