Keep Google Definitions
Append all your favourite Google definitions to the default new tab page, simple and sleek.
Τι είναι το Keep Google Definitions;
Το Keep Google Definitions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον msegling, και η κύρια λειτουργία του είναι "Append all your favourite Google definitions to the default new tab page, simple and sleek.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Keep Google Definitions
Λήψη αρχείων επέκτασης Keep Google Definitions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 } |