Palo Alto library search (v2)
Quick search of Palo Alto library catalogue
What is Palo Alto library search (v2)?
Palo Alto library search (v2) is a Chrome extension developed by andrew.xuan, and its main feature is "Quick search of Palo Alto library catalogue".
Extension Screenshots
Download Palo Alto library search (v2) Extension CRX File
Download Palo Alto library search (v2) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A context menu (right click menu) search extension for Palo Alto library catalogue.
Extension Basic Information
Name | Palo Alto library search (v2) |
ID | kagkekhjbjechnjapehnefhionpnffmo |
Official URL | https://chromewebstore.google.com/detail/palo-alto-library-search/kagkekhjbjechnjapehnefhionpnffmo |
Description | Quick search of Palo Alto library catalogue |
File Size | 15.25 KB |
Installation Count | 48 |
Current Version | 2 |
Last Updated | 2019-05-24 |
Publish Date | 2019-05-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | andrew.xuan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Palo Alto library search (v2)", "version": "2", "manifest_version": 2, "description": "Quick search of Palo Alto library catalogue", "icons": { "128": "pa128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "script.js" ] } } |