Chrome Scrapbook
This is a quick and dirty way to save notes across your Chrome.
Chrome Scrapbookとは何ですか?
Chrome ScrapbookはAlvin Nguyenによって開発されたChromeの拡張機能で、その主な機能は「This is a quick and dirty way to save notes across your Chrome.」です。
拡張機能のスクリーンショット
Chrome Scrapbook拡張機能のCRXファイルをダウンロード
Chrome Scrapbook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This is a quick and dirty way to save quick notes in your Chrome.                     拡張機能の基本情報
| 名前 |   |  
| ID | ibnjlibjbocfijndlhlfdkjihmjlmibd | 
| 公式URL | https://chromewebstore.google.com/detail/chrome-scrapbook/ibnjlibjbocfijndlhlfdkjihmjlmibd | 
| 説明 | This is a quick and dirty way to save notes across your Chrome. | 
| ファイルサイズ | 8.06 KB | 
| インストール数 | 1,466 | 
| 現在のバージョン | 1.3 | 
| 最終更新日 | 2015-06-23 | 
| 公開日 | 2015-06-22 | 
| 評価 | 2.82/5 合計 17 レビュー | 
| 開発者 | Alvin Nguyen | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | 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"
    ]
}  |  |