Browser Notes & Reminders

A simple extension which allows you to manage notes in the new tab window

Browser Notes & Remindersとは何ですか?

Browser Notes & RemindersはZhivoTechによって開発されたChromeの拡張機能で、その主な機能は「A simple extension which allows you to manage notes in the new tab window」です。

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

screenshot
screenshot

Browser Notes & Reminders拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. 
A simple extension which allows you to manage your notes in the new tab window.                    

拡張機能の基本情報

名前 Browser Notes & Reminders Browser Notes & Reminders
ID nnafbnadmchgeajpkodbkhknempaiide
公式URL https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide
説明 A simple extension which allows you to manage notes in the new tab window
ファイルサイズ 947 KB
インストール数 196
現在のバージョン 1.0.0
最終更新日 2019-11-30
公開日 2019-11-29
評価 3.33/5 合計 3 レビュー
開発者 ZhivoTech
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.meowplayground.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes & Reminders",
    "version": "1.0.0",
    "description": "A simple extension which allows you to manage notes in the new tab window",
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/bg.js"
        ]
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*.png",
        "js\/*.png",
        "images\/*.jpg",
        "images\/*.svg",
        "js\/*.json",
        "js\/*.atlas",
        "sound\/*.mp3"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}