Neatify剪藏

Neatify剪藏助手,具备剪藏整个网站页面文章并转化为Neatify页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到Neatify的摘抄板。

Qu'est-ce que Neatify剪藏 ?

Neatify剪藏 est une extension Chrome développée par Kiraku App, et sa fonction principale est "Neatify剪藏助手,具备剪藏整个网站页面文章并转化为Neatify页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到Neatify的摘抄板。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Neatify剪藏

Téléchargez les fichiers d'extension Neatify剪藏 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        通过浏览器拓展,您可以轻松地将网页上的文章、笔记或资料,导入到 Neatify 笔记中。剪藏后,可以在各个客户端的收集箱中,查看对应的内容。

* 更多信息请查看:https://neatifyapp.com/
* 隐私政策:https://neatifyapp.com/Privacy
* 服务条款:https://neatifyapp.com/Terms

想要反馈宝贵意见?
非常欢迎,我们乐于听到您的意见,批评,建议,…任何一切!
如果可以,欢迎邮件至:[email protected]                    

Informations de Base sur l'Extension

Nom Neatify剪藏 Neatify剪藏
ID nkplipgbadingndaopdbpbbaaaadfcbc
URL Officiel https://chromewebstore.google.com/detail/neatify%E5%89%AA%E8%97%8F/nkplipgbadingndaopdbpbbaaaadfcbc
Description Neatify剪藏助手,具备剪藏整个网站页面文章并转化为Neatify页面的能力,同时您还可以在选中文本、图片、链接时右键菜单中,收藏到Neatify的摘抄板。
Taille du Fichier 832 KB
Nombre d'Installations 121
Version Actuelle 1.1.5
Dernière Mise à Jour 2022-12-15
Date de Publication 2022-08-18
Développeur Kiraku App
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://neatifyapp.com/
URL de la Page d'Aide https://neatifyapp.com/
URL de la Page de Politique de Confidentialité https://neatifyapp.com/Privacy
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Neatify\u526a\u85cf",
    "description": "Neatify\u526a\u85cf\u52a9\u624b\uff0c\u5177\u5907\u526a\u85cf\u6574\u4e2a\u7f51\u7ad9\u9875\u9762\u6587\u7ae0\u5e76\u8f6c\u5316\u4e3aNeatify\u9875\u9762\u7684\u80fd\u529b\uff0c\u540c\u65f6\u60a8\u8fd8\u53ef\u4ee5\u5728\u9009\u4e2d\u6587\u672c\u3001\u56fe\u7247\u3001\u94fe\u63a5\u65f6\u53f3\u952e\u83dc\u5355\u4e2d\uff0c\u6536\u85cf\u5230Neatify\u7684\u6458\u6284\u677f\u3002",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "version": "1.1.5",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "layui\/lay\/modules\/layer.js",
                "js\/turndown.js",
                "js\/readability.js",
                "js\/ihighlighter.js",
                "js\/content_script.js"
            ],
            "css": [
                "layui\/css\/modules\/layer\/default\/layer.css"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "homepage_url": "https:\/\/neatifyapp.com\/"
}