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によって開発されたChromeの拡張機能で、その主な機能は「Append all your favourite Google definitions to the default new tab page, simple and sleek.」です。
拡張機能のスクリーンショット
Keep Google Definitions拡張機能のCRXファイルをダウンロード
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 } |