Add to Google Bookmarks (context menu)
Adds page to Google bookmarks
Wat is Add to Google Bookmarks (context menu)?
Add to Google Bookmarks (context menu) is een Chrome-extensie ontwikkeld door rmanasyan, en de belangrijkste functie is "Adds page to Google bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie Add to Google Bookmarks (context menu)
Download Add to Google Bookmarks (context menu)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add any page to Google Bookmarks from the context menu (right-click). Selected text will be used as a bookmark note. No extra buttons at the tool bar. Simple ;)
Basisinformatie over de Extensie
Naam | Add to Google Bookmarks (context menu) |
ID | keobkeaihgkidbpfjojklhjjlfjgaejp |
Officiële URL | https://chromewebstore.google.com/detail/add-to-google-bookmarks-c/keobkeaihgkidbpfjojklhjjlfjgaejp |
Beschrijving | Adds page to Google bookmarks |
Bestandsgrootte | 8.29 KB |
Aantal Installaties | 1,009 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-03-27 |
Publicatiedatum | 2013-03-27 |
Beoordeling | 4.57/5 Totaal 21 Beoordelingen |
Ontwikkelaar | rmanasyan |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Google Bookmarks (context menu)", "description": "Adds page to Google bookmarks", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |