GMark This

A simple and elegant way to integrate Chrome and Google Bookmarks

什么是GMark This?

GMark This是由Martin Spier开发的Chrome扩展程序,该扩展的主要功能是“A simple and elegant way to integrate Chrome and Google Bookmarks”。

扩展截图

screenshot

下载GMark This扩展crx文件

下载GMark This扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        GMark This is a Google Bookmarks extension for Chrome. It aims to provide a lightweight and elegant interface between Bookmarks and Chrome by providing simple ways of bookmarking new pages and searching bookmarks. Searches are also integrated with Chrome's Omnibox.                    

扩展基本信息

名称 GMark This GMark This
ID kmogdflocieilmlafdllihpnledmifbm
官方URL https://chromewebstore.google.com/detail/gmark-this/kmogdflocieilmlafdllihpnledmifbm
简介 A simple and elegant way to integrate Chrome and Google Bookmarks
文件大小 19.88 KB
安装次数 467
当前版本 1.2
更新时间 2012-09-26
上架时间 2012-09-26
评分 3.11/5 共9次评分
开发者 Martin Spier
付费类型 free
扩展官网 http://code.google.com/p/gmark-this/
帮助页面URL http://code.google.com/p/gmark-this/w/list
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GMark This",
    "description": "A simple and elegant way to integrate Chrome and Google Bookmarks",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "gmark"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "GMark This"
    },
    "permissions": [
        "tabs"
    ]
}