mininav

mininav is an extension through which you can visit most visited websites easily and quickly and get latest news everyday.

What is mininav?

mininav is a Chrome extension developed by 昨日的将来, and its main feature is "mininav is an extension through which you can visit most visited websites easily and quickly and get latest news everyday.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download mininav Extension CRX File

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

                        无需记住网站url,无需打开导航网站,只需轻轻一点扩展图标,就可以选择想要打开的网站,还有实时新闻推送哦~~                    

Extension Basic Information

Name mininav mininav
ID idbhdljhclkoooheilfhafapdemnbion
Official URL https://chromewebstore.google.com/detail/mininav/idbhdljhclkoooheilfhafapdemnbion
Description mininav is an extension through which you can visit most visited websites easily and quickly and get latest news everyday.
File Size 421 KB
Installation Count 28
Current Version 5.0.0
Last Updated 2013-12-01
Publish Date 2013-12-01
Rating 5.00/5 Total 3 Ratings
Developer 昨日的将来
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_QUASAR_NAME__",
    "description": "__MSG_QUASAR_DESCRIPTION__",
    "default_locale": "zh_CN",
    "version": "5.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "48.png"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "96": "96.png",
        "128": "128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ]
}