GmailMarks

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

GmailMarks क्या है?

GmailMarks https://www.finebytes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gmail Bookmarks. Save your bookmarks as labeled email messages in your Gmail account."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GmailMarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}