Uptothesky Bookmark

Uptothesky Bookmark

Hvad er Uptothesky Bookmark?

Uptothesky Bookmark er en Chrome-udvidelse udviklet af https://www.uptothesky.com, og dens hovedfunktion er "Uptothesky Bookmark".

Udvidelsesskærmbilleder

screenshot

Download Uptothesky Bookmark-udvidelses-CRX-fil

Download Uptothesky Bookmark-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

                        This is the uptothesky bookmark which stores your bookmarks into the cloud. So you can access your favourite sites from anywhere. You can also access your bookmark by visiting this site www.uptothesky.com. If you are not already registered create your free account now.                    

Grundlæggende oplysninger om udvidelsen

Navn Uptothesky Bookmark Uptothesky Bookmark
ID obnpeaombgmhcglppeoahakegpbcjlmj
Officiel URL https://chromewebstore.google.com/detail/uptothesky-bookmark/obnpeaombgmhcglppeoahakegpbcjlmj
Beskrivelse Uptothesky Bookmark
Filstørrelse 24.89 KB
Antal Installationer 25
Nuværende Version 1.2
Senest Opdateret 2012-08-16
Udgivelsesdato 2012-08-16
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://www.uptothesky.com
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uptothesky Bookmark",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Uptothesky Bookmark",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/www.uptothesky.com\/*"
    ]
}