Librarian 2.0
Extension opens GoodReads search page with result from selection text
Wat is Librarian 2.0?
Librarian 2.0 is een Chrome-extensie ontwikkeld door Andrey Shuster, en de belangrijkste functie is "Extension opens GoodReads search page with result from selection text".
Extensie Screenshots
Download het CRX-bestand van de extensie Librarian 2.0
Download Librarian 2.0-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
Small context menu opens Goodreads or Flibusta search page with selected text
Basisinformatie over de Extensie
Naam | |
ID | dahcbnjeekkjcmkhehpiilalhimlfaha |
Officiële URL | https://chrome.google.com/webstore/detail/librarian-20/dahcbnjeekkjcmkhehpiilalhimlfaha |
Beschrijving | Extension opens GoodReads search page with result from selection text |
Bestandsgrootte | 9.21 KB |
Aantal Installaties | 103 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2018-04-16 |
Publicatiedatum | 2018-04-16 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Andrey Shuster |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/andreyshuster/librarian20 |
Help Pagina-URL | https://github.com/andreyshuster/librarian20 |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Librarian 2.0", "version": "0.2.0", "description": "Extension opens GoodReads search page with result from selection text", "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "*:\/\/*.goodreads.com\/", "*:\/\/*.flibusta.is\/" ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |