GmailMarks

Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account.

什么是GmailMarks?

GmailMarks是由https://www.finebytes.com开发的Chrome扩展程序,该扩展的主要功能是“Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account.”。

扩展截图

screenshot
screenshot

下载GmailMarks扩展crx文件

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

扩展使用说明

                        Never lose a page on the Internet again!

GmailMarks let you quickly bookmark the current tab as a labeled Gmail message in your own account. 

Just click a button in the Chrome toolbar, select a label and save. 

Extra Features:

- Add the page contents as HTML (text only) or web archive (complete with images) attachment to the message.
- Know of anyone who will be interested in this bookmark? send it to him/her as well.

Gmail is everywhere. When you need the bookmark, browse the label or search your Gmail box. That simple.

GmailMarks is intended for links you want to store and use sometime in the future, and less for daily usage bookmarks. Its like a simple Pocket or Evernote without the bells and whistles.                    

扩展基本信息

名称 GmailMarks GmailMarks
ID nmjpbanbnellakgbfbakgfjfkabbolon
官方URL https://chromewebstore.google.com/detail/gmailmarks/nmjpbanbnellakgbfbakgfjfkabbolon
简介 Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account.
文件大小 231 KB
安装次数 47
当前版本 1.0.2
更新时间 2014-02-05
上架时间 2014-02-04
评分 4.67/5 共3次评分
开发者 https://www.finebytes.com
付费类型 free
扩展官网 https://bitbucket.org/dux2/gmailmarks
帮助页面URL https://bitbucket.org/dux2/gmailmarks
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GmailMarks",
    "description": "Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account.",
    "homepage_url": "https:\/\/bitbucket.org\/dux2\/gmailmarks",
    "version": "1.0.2",
    "permissions": [
        "pageCapture",
        "tabs",
        "storage",
        "notifications",
        "https:\/\/*.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "72": "images\/logo72.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        },
        "default_title": "GmailMarks",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}