Chrome Scrapbook
This is a quick and dirty way to save notes across your Chrome.
Wat is Chrome Scrapbook?
Chrome Scrapbook is een Chrome-extensie ontwikkeld door Alvin Nguyen, en de belangrijkste functie is "This is a quick and dirty way to save notes across your Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Scrapbook
Download Chrome Scrapbook-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
This is a quick and dirty way to save quick notes in your Chrome.
Basisinformatie over de Extensie
Naam | Chrome Scrapbook |
ID | ibnjlibjbocfijndlhlfdkjihmjlmibd |
Officiële URL | https://chromewebstore.google.com/detail/chrome-scrapbook/ibnjlibjbocfijndlhlfdkjihmjlmibd |
Beschrijving | This is a quick and dirty way to save notes across your Chrome. |
Bestandsgrootte | 8.06 KB |
Aantal Installaties | 1,466 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-06-23 |
Publicatiedatum | 2015-06-22 |
Beoordeling | 2.82/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Alvin Nguyen |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |