Chrome Scrapbook
This is a quick and dirty way to save notes across your Chrome.
Was ist Chrome Scrapbook?
Chrome Scrapbook ist eine Chrome-Erweiterung, die von Alvin Nguyen entwickelt wurde, und ihr Hauptmerkmal ist "This is a quick and dirty way to save notes across your Chrome.".
Erweiterungsscreenshots
Chrome Scrapbook-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Scrapbook-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
This is a quick and dirty way to save quick notes in your Chrome. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ibnjlibjbocfijndlhlfdkjihmjlmibd |
| Offizielle URL | https://chromewebstore.google.com/detail/chrome-scrapbook/ibnjlibjbocfijndlhlfdkjihmjlmibd |
| Beschreibung | This is a quick and dirty way to save notes across your Chrome. |
| Dateigröße | 8.06 KB |
| Installationsanzahl | 1,466 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2015-06-23 |
| Veröffentlichungsdatum | 2015-06-22 |
| Bewertung | 2.82/5 Insgesamt 17 Bewertungen |
| Entwickler | Alvin Nguyen |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Scrapbook",
"description": "This is a quick and dirty way to save notes across your Chrome.",
"version": "1.3",
"icons": {
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
} | |