Keep Google Definitions
Append all your favourite Google definitions to the default new tab page, simple and sleek.
Keep Google Definitions क्या है?
Keep Google Definitions msegling द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Append all your favourite Google definitions to the default new tab page, simple and sleek."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keep Google Definitions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google definition keep is a free and sleek extension, aimed at improving vocabulary acquisition for all. Save your favorite Google definitions and refresh your mind later with its sleek, non intrusive, interface embedded on the default new tab page. Easily manage your saved content, feature your new favorite word to be first in-line and easily discard older content. Retain knowledge and build your vocabulary, Google definition keep ----------------------------------------------------------------- Please note that the new tab page must be set to default in order to use this extension. ----------------------------------------------------------------- Developed and packaged by Marrion Egling
एक्सटेंशन की मूल जानकारी
नाम | Keep Google Definitions |
ID | fdhfmjchmeblnpglmbcdaiocefpdllkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/keep-google-definitions/fdhfmjchmeblnpglmbcdaiocefpdllkk |
विवरण | Append all your favourite Google definitions to the default new tab page, simple and sleek. |
फ़ाइल का आकार | 26.89 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-12-12 |
प्रकाशन तिथि | 2015-12-12 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | msegling |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keep Google Definitions", "version": "1.2", "description": "Append all your favourite Google definitions to the default new tab page, simple and sleek. ", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "video-19.png", "default_title": "Definition found" }, "permissions": [ "tabs", "storage" ], "icons": { "48": "video-48.png", "128": "video-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "manifest_version": 2 } |