Kindle Highlights copy-helper
Helps selecting and copying your kindle highlights from kindle.amazon.com website
Wat is Kindle Highlights copy-helper?
Kindle Highlights copy-helper is een Chrome-extensie ontwikkeld door Profit Solutions, en de belangrijkste functie is "Helps selecting and copying your kindle highlights from kindle.amazon.com website".
Extensie Screenshots
Download het CRX-bestand van de extensie Kindle Highlights copy-helper
Download Kindle Highlights copy-helper-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
Helps selecting and copying your kindle highlights from kindle.amazon.com website
Basisinformatie over de Extensie
Naam | |
ID | nhmldhmgjmkkcekppplefndhbjlgifbo |
Officiële URL | https://chrome.google.com/webstore/detail/kindle-highlights-copy-he/nhmldhmgjmkkcekppplefndhbjlgifbo |
Beschrijving | Helps selecting and copying your kindle highlights from kindle.amazon.com website |
Bestandsgrootte | 89.22 KB |
Aantal Installaties | 627 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-09-21 |
Publicatiedatum | 2015-09-21 |
Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Profit Solutions |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kindle Highlights copy-helper", "version": "1.2", "description": "Helps selecting and copying your kindle highlights from kindle.amazon.com website", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/kindle.amazon.com\/your_highlights" ], "js": [ "content.js" ] } ], "page_action": { "default_icon": "video-19.png", "default_title": "This page contains Kindle Book Highlights", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "48": "video-48.png", "128": "video-128.png" }, "manifest_version": 2 } |