Clip Board & Notes

Sticky notes in browser

Was ist Clip Board & Notes?

Clip Board & Notes ist eine Chrome-Erweiterung, die von jaysurya entwickelt wurde, und ihr Hauptmerkmal ist "Sticky notes in browser".

Erweiterungsscreenshots

screenshot

Clip Board & Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clip Board & Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Save copied text and make quick notes. 
Persists browser and system restart. 
Synced with google account across devices.
Adjust colors in settings.
Upload and download notes
Backup to google drive and load from the backup.                    

Grundlegende Informationen zur Erweiterung

Name Clip Board & Notes Clip Board & Notes
ID bfcgjhhppfmmfmkklabboibchlcgjecj
Offizielle URL https://chromewebstore.google.com/detail/clip-board-notes/bfcgjhhppfmmfmkklabboibchlcgjecj
Beschreibung Sticky notes in browser
Dateigröße 187 KB
Installationsanzahl 25
Aktuelle Version 0.3.0
Letztes Update 2021-09-18
Veröffentlichungsdatum 2019-11-26
Entwickler jaysurya
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip Board & Notes",
    "version": "0.3.0",
    "description": "Sticky notes in browser",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmXvzNCv77olANi68lyu5g5n\/u8ERBk\/uOtWEiforWxr+1Do+0mjMHhHgijh9jFKQRLU9xCK4dNCtcUBHtHvpk1miBNnRNy2HKb+sdlc8b+o4hrntXqUENKswUDDWxZ+V5\/tquTqm9ryQ5x2HCWjU1eUmDQcO99g7m5XoToxKGQr7TgBeYonShmP5trP7gNbeo8Hscl6UlBkLYSrp7Xv4NjqcJs0jJKg3GDMfaiOyAyyjSx5jn3HJDWxO4Ags0obfJCH0bOsdKUCPa3mm+APeLXdA+ciMLWuHUabRchFE4\/q06Y+3XzpwoeJ6UXoBcDQKHd7k\/D2c+L0egVHgpdrUPQIDAQAB",
    "oauth2": {
        "client_id": "558078316544-4846rp2d3mfl7l3ujg9va2ibcakj0pb2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "identity"
    ],
    "background": {
        "run_at": "document_start",
        "scripts": [
            "background.js",
            "gapi.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "content_scripts\/appContent.htm"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options\/options.html",
    "icons": {
        "128": "icons\/note_69.png"
    }
}