Bookmark This Page

Add this website to your bookmarks

What is Bookmark This Page?

Bookmark This Page is a Chrome extension developed by http://rivario.com, and its main feature is "Add this website to your bookmarks".

Extension Screenshots

screenshot
screenshot

Download Bookmark This Page Extension CRX File

Download Bookmark This Page 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

                                            

Extension Basic Information

Name Bookmark This Page Bookmark This Page
ID hpdkmodablpllphbfkiacbfhhcjgebdk
Official URL https://chrome.google.com/webstore/detail/bookmark-this-page/hpdkmodablpllphbfkiacbfhhcjgebdk
Description Add this website to your bookmarks
File Size 5.45 KB
Installation Count 207
Current Version 0.1
Last Updated 2013-07-22
Publish Date 2013-07-22
Rating 5.00/5 Total 1 Ratings
Developer http://rivario.com
Payment Type free
Extension Website http://rivarion.com/bookmark
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark This Page",
    "manifest_version": 2,
    "description": "Add this website to your bookmarks",
    "version": "0.1",
    "homepage_url": "https:\/\/rivario.com\/bookmark",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    }
}