Uptothesky Bookmark

Uptothesky Bookmark

Vad är Uptothesky Bookmark?

Uptothesky Bookmark är en Chrome-tillägg utvecklad av https://www.uptothesky.com, och dess huvudfunktion är "Uptothesky Bookmark".

Tilläggsskärmbilder

screenshot

Ladda ner Uptothesky Bookmark-förlängningens CRX-fil

Ladda ner Uptothesky Bookmark-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

                        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äggande Information om Tillägg

Namn Uptothesky Bookmark Uptothesky Bookmark
ID obnpeaombgmhcglppeoahakegpbcjlmj
Officiell webbadress https://chromewebstore.google.com/detail/uptothesky-bookmark/obnpeaombgmhcglppeoahakegpbcjlmj
Beskrivning Uptothesky Bookmark
Filstorlek 24.89 KB
Antal Installationer 25
Aktuell Version 1.2
Senast Uppdaterad 2012-08-16
Publiceringsdatum 2012-08-16
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare https://www.uptothesky.com
Betalningssätt free
Stödda Språk 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\/*"
    ]
}