The Camelizer
Easily view historical pricing data from camelcamelcamel.com.
什麼是The Camelizer?
The Camelizer是由https://camelcamelcamel.com開發的Chrome擴展程式,該擴展的主要功能是“Easily view historical pricing data from camelcamelcamel.com.”。
擴展截圖
下載The Camelizer擴展crx文件
下載The Camelizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get camelcamelcamel.com functionality in your web browser. Click on the Camel icon in your address bar to see historical pricing data or setup watches and get an email when the price drops. Supports Amazon United States, Canada, Europe, Australia. Please read about our full features here: https://camelcamelcamel.com/camelizer For support, email [email protected].
擴展基本資訊
名稱 | The Camelizer |
ID | ghnomdcacenbmilgjigehppbamfndblo |
官方網址 | https://chromewebstore.google.com/detail/the-camelizer/ghnomdcacenbmilgjigehppbamfndblo |
簡介 | Easily view historical pricing data from camelcamelcamel.com. |
檔案大小 | 671 KB |
安裝次數 | 828,341 |
目前版本 | 3.0.15 |
更新時間 | 2023-02-25 |
上架時間 | 2018-06-22 |
評分 | 4.32/5 共 978 次評分 |
開發者 | https://camelcamelcamel.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://camelcamelcamel.com/camelizer |
說明頁面URL | https://camelcamelcamel.com/support |
隱私政策頁面URL | https://camelcamelcamel.com/privacy |
支援的語言 | de,en,fr,es,it |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "Camelizer", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.0.15", "icons": { "256": "icon-256.png", "128": "icon-128.png", "96": "icon-96.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "16": "icon-16.png" }, "page_action": { "default_title": "__MSG_pageActionTitle__", "default_icon": "icon-96.png", "default_popup": "main.html" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "activeTab", "storage", "https:\/\/*.camelcamelcamel.com\/*", "https:\/\/camelcamelcamel.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.com.au\/*" ], "author": "Cosmic Shovel, Inc.", "homepage_url": "https:\/\/camelcamelcamel.com\/", "options_ui": { "page": "options.html" }, "commands": { "_execute_page_action": { "suggested_key": { "windows": "Alt+Shift+C", "mac": "Alt+Shift+C", "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C" } } } } |