GmailMarks
Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account.
What is GmailMarks?
GmailMarks is a Chrome extension developed by https://www.finebytes.com, and its main feature is "Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account.".
Extension Screenshots
Download GmailMarks Extension CRX File
Download GmailMarks 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
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.
Extension Basic Information
Name | GmailMarks |
ID | nmjpbanbnellakgbfbakgfjfkabbolon |
Official URL | https://chromewebstore.google.com/detail/gmailmarks/nmjpbanbnellakgbfbakgfjfkabbolon |
Description | Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account. |
File Size | 231 KB |
Installation Count | 47 |
Current Version | 1.0.2 |
Last Updated | 2014-02-05 |
Publish Date | 2014-02-04 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://www.finebytes.com |
Payment Type | free |
Extension Website | https://bitbucket.org/dux2/gmailmarks |
Help Page URL | https://bitbucket.org/dux2/gmailmarks |
Supported Languages | 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 } |