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”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | nnafbnadmchgeajpkodbkhknempaiide | 
| 官方網址 | 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 | 
| 電子郵箱 | [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'"
}  |  |