eReaderIQ Injector
Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List.
什麼是eReaderIQ Injector?
eReaderIQ Injector是由https://www.ereaderiq.com開發的Chrome擴展程式,該擴展的主要功能是“Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List.”。
擴展截圖
下載eReaderIQ Injector擴展crx文件
下載eReaderIQ Injector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension injects an eReaderIQ window directly into Amazon Kindle book pages for quickly checking Kindle price history, and adding, updating or removing books from your Kindle Watch List, all while on amazon.com, amazon.co.uk or amazon.ca. 5/13/2017 - v1.01 fixes an issue where "Kindle & comiXology" books were not being identified by the plugin. 6/5/2017 - v1.0.2 forces the Injector window to call its data over a secure (https:) connection as the entire eReaderIQ site was recently moved to https. 5/5/2018 - v1.0.3 adds support for smile.amazon.co.uk 4/14/2023 - v1.0.4 fixed bug where user could not log in via extension. 8/24/2023 - v1.0.5 fixed bug where extension would not load properly 9/15/2023 - v1.0.6 fixed bug where extension was unable to fetch price 9/18/2023 - v1.0.7 fixing what I thought I had fixed in v1.0.6
擴展基本資訊
名稱 | eReaderIQ Injector |
ID | ddaokbpblocfgnceialolpbobneccdcf |
官方網址 | https://chromewebstore.google.com/detail/ereaderiq-injector/ddaokbpblocfgnceialolpbobneccdcf |
簡介 | Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List. |
檔案大小 | 61.57 KB |
安裝次數 | 3,051 |
目前版本 | 1.0.7 |
更新時間 | 2023-09-19 |
上架時間 | 2018-05-05 |
評分 | 3.77/5 共 13 次評分 |
開發者 | https://www.ereaderiq.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.ereaderiq.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.7", "name": "eReaderIQ Injector", "author": "Christian Hupfeld", "description": "Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List.", "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/smile.amazon.co.uk\/*" ], "js": [ "jquery.min.js", "injector.js" ], "run_at": "document_idle" } ], "icons": { "16": "images\/eReaderIQ_square_16.png", "48": "images\/eReaderIQ_square_48.png", "128": "images\/eReaderIQ_square_128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |