易集书签收藏工具

易集推出的书签快速收藏工具,支持一键收藏书签、一键导入chrome收藏夹至易集。

What is 易集书签收藏工具?

易集书签收藏工具 is a Chrome extension developed by AISUMM, and its main feature is "易集推出的书签快速收藏工具,支持一键收藏书签、一键导入chrome收藏夹至易集。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 易集书签收藏工具 Extension CRX File

Download 易集书签收藏工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        关于易集
易集网结合了网络书签收藏和各种网络应用,可以按照用户的习惯自定义布局,帮助用户在日常工作学习中提高效率,易集正为此而努力着。希望我们的服务更方便您一点点,更贴近您一点点,成为您的网络冲浪助理。感谢每一位注册的用户,是您陪伴易集一同成长。
易集的口号
易集网--灵活轻便的网络收藏专家。
易集的含义
易集,让用户更容易、更方便地去收集网络地址。
易集提供的服务
完全自定义、操作便捷、稳定可靠的书签收藏
提供各种可定制的网络应用插件(如:天气、翻译、备忘录、RSS新闻订阅等等)
集合众多搜索引擎,搜索从此变得更方便
支持各个主流浏览器插件(可以快速收藏当前访问页面),导入收藏夹与导出数据备份功能
联系易集
电子邮箱:[email protected]

成长小日志
2011-8-30
新增回收站功能,chrome插件导入书签功能
2011-7-10
首页改版。增加不同视角查看我的收藏
2011-2-19
易集网Beta2.0发布。
2010-6-23
易集网发布团购资讯应用。
2010-6-01
易集网发布浏览器快速收藏插件和导入/导出功能。
2010-5-15
易集网正式上线内测。
2010-4-20
易集网开通了官方微博(http://t.sina.com.cn/yijee)。                    

Extension Basic Information

Name 易集书签收藏工具 易集书签收藏工具
ID dnklfkipoaighjnffggpfkkipenmkkon
Official URL https://chromewebstore.google.com/detail/%E6%98%93%E9%9B%86%E4%B9%A6%E7%AD%BE%E6%94%B6%E8%97%8F%E5%B7%A5%E5%85%B7/dnklfkipoaighjnffggpfkkipenmkkon
Description 易集推出的书签快速收藏工具,支持一键收藏书签、一键导入chrome收藏夹至易集。
File Size 77.82 KB
Installation Count 1,634
Current Version 3.1.7
Last Updated 2022-04-04
Publish Date 2022-04-04
Rating 4.27/5 Total 15 Ratings
Developer AISUMM
Email [email protected]
Payment Type free
Extension Website https://www.yijee.com/
Help Page URL https://www.yijee.com/feedback
Privacy Policy Page URL https://www.aisumm.com/privacy
Supported Languages zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6613\u96c6\u4e66\u7b7e\u6536\u85cf\u5de5\u5177",
    "version": "3.1.7",
    "description": "\u6613\u96c6\u63a8\u51fa\u7684\u4e66\u7b7e\u5feb\u901f\u6536\u85cf\u5de5\u5177\uff0c\u652f\u6301\u4e00\u952e\u6536\u85cf\u4e66\u7b7e\u3001\u4e00\u952e\u5bfc\u5165chrome\u6536\u85cf\u5939\u81f3\u6613\u96c6\u3002",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "library.js",
                "yijee.chrome.min.js"
            ]
        }
    ],
    "manifest_version": 2,
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "\u6536\u85cf\u5230\u6613\u96c6",
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "contextMenus",
        "bookmarks",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}