Uptothesky Bookmark

Uptothesky Bookmark

Cos'è Uptothesky Bookmark?

Uptothesky Bookmark è un'estensione di Chrome sviluppata da https://www.uptothesky.com, e la sua funzione principale è "Uptothesky Bookmark".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Uptothesky Bookmark

Scarica i file di estensione Uptothesky Bookmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Uptothesky Bookmark Uptothesky Bookmark
ID obnpeaombgmhcglppeoahakegpbcjlmj
URL Ufficiale https://chromewebstore.google.com/detail/uptothesky-bookmark/obnpeaombgmhcglppeoahakegpbcjlmj
Descrizione Uptothesky Bookmark
Dimensione del File 24.89 KB
Conteggio Installazioni 25
Versione Corrente 1.2
Ultimo Aggiornamento 2012-08-16
Data di Pubblicazione 2012-08-16
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://www.uptothesky.com
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}