Scrapp Bookmarks

Your bookmarks everywhere

Wat is Scrapp Bookmarks?

Scrapp Bookmarks is een Chrome-extensie ontwikkeld door http://scrapp.it, en de belangrijkste functie is "Your bookmarks everywhere".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scrapp Bookmarks

Download Scrapp Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Scrapp is a lightweight, universal bookmark manager that helps you manage, maintain and read your bookmarks, wherever you are                    

Basisinformatie over de Extensie

Naam Scrapp Bookmarks Scrapp Bookmarks
ID jmiogmifcbkjjdihfnhcdnihomddaefb
Officiële URL https://chrome.google.com/webstore/detail/scrapp-bookmarks/jmiogmifcbkjjdihfnhcdnihomddaefb
Beschrijving Your bookmarks everywhere
Bestandsgrootte 8.75 KB
Aantal Installaties 360
Huidige Versie 1.0
Laatst Bijgewerkt 2019-11-06
Publicatiedatum 2019-11-06
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://scrapp.it
Betalingswijze free
Extensiewebsite https://scrapp.it
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrapp Bookmarks",
    "version": "1.0",
    "description": "Your bookmarks everywhere",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "32": "icon-only-32.png",
        "192": "icon-192.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-only-32.png"
    },
    "manifest_version": 2
}