Popular Bookmarks

Installs popular bookmarks in your Bookmark Bar.

What is Popular Bookmarks?

Popular Bookmarks is a Chrome extension developed by [email protected], and its main feature is "Installs popular bookmarks in your Bookmark Bar.".

Extension Screenshots

screenshot

Download Popular Bookmarks Extension CRX File

Download Popular Bookmarks 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

                        This extension installs bookmarks of popular Chinese sites in your Bookmark Bar.                    

Extension Basic Information

Name Popular Bookmarks Popular Bookmarks
ID bepdnmdfijnlajlgmaaeabkmhigcgcfj
Official URL https://chromewebstore.google.com/detail/popular-bookmarks/bepdnmdfijnlajlgmaaeabkmhigcgcfj
Description Installs popular bookmarks in your Bookmark Bar.
File Size 4.07 KB
Installation Count 8,440
Current Version 1.0
Last Updated 2012-06-20
Publish Date 2012-06-19
Rating 3.16/5 Total 25 Ratings
Developer [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popular Bookmarks",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Installs popular bookmarks in your Bookmark Bar.",
    "background": {
        "scripts": [
            "create-bookmarks.js"
        ]
    },
    "permissions": [
        "bookmarks"
    ]
}