Simple as F**k Notes

Simple as F**k Notes is available to you everywhere thanks to Chrome sync.

什么是Simple as F**k Notes?

Simple as F**k Notes是由DJ Fresh开发的Chrome扩展程序,该扩展的主要功能是“Simple as F**k Notes is available to you everywhere thanks to Chrome sync.”。

扩展截图

screenshot

下载Simple as F**k Notes扩展crx文件

下载Simple as F**k Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Like having a Post It Note stuck to your browser that syncs across your browsers.

Written by DJ Fresh                    

扩展基本信息

名称 Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
官方URL https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
简介 Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
文件大小 191 KB
安装次数 32
当前版本 2.1
更新时间 2021-12-23
上架时间 2020-02-06
评分 5.00/5 共2次评分
开发者 DJ Fresh
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple as F**k Notes",
    "version": "2.1",
    "description": "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "tab-icon.png",
        "default_title": "Notes",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css_file.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "notes48.png",
        "128": "notes128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ],
            "css": [
                "css_file.css"
            ]
        }
    ]
}