GmailMarks
Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account.
Co to jest GmailMarks?
GmailMarks to rozszerzenie Chrome opracowane przez https://www.finebytes.com, a jego główną funkcją jest „Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GmailMarks
Pobierz pliki rozszerzeń GmailMarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GmailMarks |
ID | nmjpbanbnellakgbfbakgfjfkabbolon |
Oficjalny URL | https://chromewebstore.google.com/detail/gmailmarks/nmjpbanbnellakgbfbakgfjfkabbolon |
Opis | Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account. |
Rozmiar pliku | 231 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2014-02-05 |
Data Publikacji | 2014-02-04 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | https://www.finebytes.com |
Typ Płatności | free |
Strona Rozszerzenia | https://bitbucket.org/dux2/gmailmarks |
Adres URL Strony Pomocy | https://bitbucket.org/dux2/gmailmarks |
Obsługiwane Języki | 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 } |