Chrome Scrapbook
This is a quick and dirty way to save notes across your Chrome.
What is Chrome Scrapbook?
Chrome Scrapbook is a Chrome extension developed by Alvin Nguyen, and its main feature is "This is a quick and dirty way to save notes across your Chrome.".
Extension Screenshots
Download Chrome Scrapbook Extension CRX File
Download Chrome Scrapbook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a quick and dirty way to save quick notes in your Chrome.
Extension Basic Information
Name | Chrome Scrapbook |
ID | ibnjlibjbocfijndlhlfdkjihmjlmibd |
Official URL | https://chromewebstore.google.com/detail/chrome-scrapbook/ibnjlibjbocfijndlhlfdkjihmjlmibd |
Description | This is a quick and dirty way to save notes across your Chrome. |
File Size | 8.06 KB |
Installation Count | 1,466 |
Current Version | 1.3 |
Last Updated | 2015-06-23 |
Publish Date | 2015-06-22 |
Rating | 2.82/5 Total 17 Ratings |
Developer | Alvin Nguyen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |