SmartBookmark

SmartBookmark可以智能优化你的书签栏

What is SmartBookmark?

SmartBookmark is a Chrome extension developed by tanbowensg, and its main feature is "SmartBookmark可以智能优化你的书签栏".

Extension Screenshots

screenshot
screenshot

Download SmartBookmark Extension CRX File

Download SmartBookmark 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

                        SmartBookmark可以实时您的浏览记录,也可以导入您的浏览历史记录。根据这些数据,SmartBookmark会自动优化您的书签栏。您还可以在选项中自定义优化策略,使之更符合您的浏览习惯。                    

Extension Basic Information

Name SmartBookmark SmartBookmark
ID anphpbfahagkdljlgeajoooiogcfnoee
Official URL https://chromewebstore.google.com/detail/smartbookmark/anphpbfahagkdljlgeajoooiogcfnoee
Description SmartBookmark可以智能优化你的书签栏
File Size 809 KB
Installation Count 27
Current Version 2.0
Last Updated 2015-10-20
Publish Date 2015-10-20
Rating 5.00/5 Total 2 Ratings
Developer tanbowensg
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartBookmark",
    "description": "SmartBookmark\u53ef\u4ee5\u667a\u80fd\u4f18\u5316\u4f60\u7684\u4e66\u7b7e\u680f",
    "version": "2.0",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "image\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "image\/icon.png",
        "48": "image\/icon.png",
        "128": "image\/icon.png"
    },
    "permissions": [
        "tabs",
        "history",
        "activeTab",
        "storage",
        "webNavigation",
        "bookmarks"
    ],
    "options_page": "options.html",
    "background": {
        "page": "bg.html",
        "permissions": [
            "tabs",
            "activeTab",
            "storage",
            "webNavigation"
        ]
    }
}