SiteNotes

Keep notes in your browser associated with your current URL.

SiteNotesとは何ですか?

SiteNotesはaleks.krnjaicによって開発されたChromeの拡張機能で、その主な機能は「Keep notes in your browser associated with your current URL.」です。

拡張機能のスクリーンショット

screenshot

SiteNotes拡張機能のCRXファイルをダウンロード

SiteNotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Allows you to store URL specific notes in your browser persistently. 

- Visit a website, click the extension icon and write down what you're thinking.
- Click the extension icon next time you visit. All your notes added previously are retrieved.

Please note that all the information stored may be lost when you uninstall your browser. 

Version 1.0:
- Initial release.

Version 1.1:
- Changed key of key-value-pair in local storage to be prefixed with sitenotes-                    

拡張機能の基本情報

名前 SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
公式URL https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
説明 Keep notes in your browser associated with your current URL.
ファイルサイズ 21.58 KB
インストール数 19
現在のバージョン 1.1
最終更新日 2016-04-17
公開日 2016-04-17
評価 5.00/5 合計 1 レビュー
開発者 aleks.krnjaic
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteNotes",
    "description": "Keep notes in your browser associated with your current URL.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}