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
}