Memo On Websites
leave a memo on each website
Memo On Websitesとは何ですか?
Memo On Websitesはwudyによって開発されたChromeの拡張機能で、その主な機能は「leave a memo on each website」です。
拡張機能のスクリーンショット
Memo On Websites拡張機能のCRXファイルをダウンロード
Memo On Websites拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
leave a memo on each website easily. + Sub domains are treated as separate websites. (Example) docs.google.com map.google.com + Except for www (Example) www.google.com -> google.com
拡張機能の基本情報
名前 | Memo On Websites |
ID | cmcojnfblbfceeplflcbkejdodpfgjcc |
公式URL | https://chromewebstore.google.com/detail/memo-on-websites/cmcojnfblbfceeplflcbkejdodpfgjcc |
説明 | leave a memo on each website |
ファイルサイズ | 12.32 KB |
インストール数 | 343 |
現在のバージョン | 1.0.0 |
最終更新日 | 2017-12-07 |
公開日 | 2017-12-06 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | wudy |
支払い方法 | free |
対応言語 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memo On Websites", "author": "koosi", "homepage_url": "https:\/\/github.com\/koosi", "version": "1.0.0", "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/disable_icon_128.png", "default_title": "__MSG_browserActionTitle__", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_idle" } ], "permissions": [ "storage", "unlimitedStorage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "22.0", "short_name": "MemoOnWebsites" } |